{% extends "base.html" %} {% block title %} Archives – {{ SITENAME }} {% endblock title %} {% block header %}

Archives in {{ SITENAME }}

{% if ADD_THIS_ID and (page_name or page or article) %}
{% endif %}
{% endblock header %} {% block add_this %} {# remove ADD_THIS in content, move to above header #} {% endblock add_this %} {% block content %}
{% for article in dates %}
{{ article.locale_date }}
{{ article.title }}
{% endfor %}
{% endblock content %}