{% extends "base.html" %} {% block title %}Archives — {{ SITENAME | forceescape }}{% endblock title %} {% block content_header %}

Archives

{% endblock content_header %} {% block content %} {% if dates %}
    {% for article in dates %}
  1. {{ article.title | striptags | forceescape }}
  2. {% endfor %}
{% else %}

No archived articles are available.

{% endif %} {% endblock content %}