{% extends "base.html" %} {% block content %}

Archives for {{ SITENAME }}

{% for date, articles in dates %} {% for article in articles %}
{{ date }}
{{ article.title }}
{% endfor %} {% endfor %}
{% endblock %}