{% extends "base.html" %} {% block title %} – Archives{% endblock %} {% block content %} Archives {% for article in dates %} {{ article.locale_date }} {{ article.title }} {% endfor %} {% endblock %}