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