{% extends "base.html" %} {% block description %}The archives page, find old stuff organized by date.{% endblock %} {% block title %}Archive — {{ SITENAME }}{% endblock %} {% block content %}
{{ article.date.strftime("%d %b %Y") }} | {{ article.title }} |