comparison default/blog/articles.html @ 0:9a31d2c02f47

SàT templates, initial commit
author Goffi <goffi@goffi.org>
date Tue, 21 Feb 2017 20:31:01 +0100
parents
children 7353e5c54359
comparison
equal deleted inserted replaced
-1:000000000000 0:9a31d2c02f47
1 {% extends 'base/base.html' %}
2
3 {% block body %}
4 <div id="blog_items">
5 {% for item in items %}
6 {% include 'blog/item.html' %}
7 {% endfor %}
8 </div>
9 {% endblock body %}