{% extends "base.html" %} {% block title %}Archives — {{ SITENAME }}{% endblock %} {% block description %}Find all posts on one page.{% endblock %} {% block content %}

Archives

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