{%- extends "page.html" %} {% block body %} {% for collection in catalog %} {% if collection %}

{{ header }} {{ collection }}

{% for post in collection %}

{% if post.published %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} {{ gettext('Draft') }} {% endif %} - {{ post.title }}

{% if 0 %}{% endif %}
{% endfor %}
{% endif %} {% endfor %} {% endblock %}