{% extends "base.html" %} {% block title %} Archives {{ super() }} {% endblock %} {% block page_header %} Archives {% endblock %} {% block content %}
{% for article in dates %}
{{ article.locale_date }}
{{ article.title }}{% if article.link %} {% endif %}
{% endfor %}
{% endblock %}