{% extends "base.html" %} {% block title %}Archive | {{ SITENAME }}{% endblock %} {% block subheader %} {% include "modules/blogsubheader.html" %} {% endblock subheader %} {% block content %} {% for article in dates %} {{ article.locale_date }} {{ article.title }} {% endfor %} {% endblock %}