{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block content %}

Archives

{% for article in dates %}
{{ article.locale_date }}
{{ article.title }}
{% endfor %}
{% endblock %}