{%- extends "page.html" %} {% block body %}

{%- if archive_feed %} rss {%- endif %} {{ header }} {%- if collection.href %} {{ collection }} {%- else %} {{ collection }} {%- endif %}

{% if ablog.blog_archive_titles %} {% for post in collection %}
{% if post.published %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} - {{ post.title }}
{% if 0 %} {% endif %}
{%- endfor %} {%- else %} {%- for post in collection %}

{{ post.title }}

{{ post.to_html(collection.docname) }}
{%- endfor %} {% endif %}
{% endblock %}