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