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

Archives for {{ BLOGNAME }}

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