{% extends "base.html" %} {% block content %} Archives for {{ SITENAME }} {% for article in dates %} {{ article.date|strftime('%A, %Y %B %-d') }}: {{ article.title }} {% endfor %} {% endblock %}