view 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
line wrap: on
line source

{% extends 'base/base.html' %}

{% block body %}
<div id="blog_items">
    {% for item in items %}
        {% include 'blog/item.html' %}
    {% endfor %}
</div>
{% endblock body %}