{% extends "base.html" %} {% block title %}{{ SITENAME }} - Archives{% endblock %} {% block content %} {% set custom_header = "Archives" %} {% include "header.html" %}
{% for article in dates %}
{{ article.locale_date }}
{{ article.title }}
{% endfor %}
{% endblock %}