{% extends "base.html" %} {% block title %}{{ SITENAME }} - Archives{% endblock %} {% block content %}

Archives

{% for article in dates %} {% endfor %}
{{ article.date.strftime("%d %b %Y") }} {{ article.title }}
{% endblock %}