{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Archive

{% for entry in archive %} {% if entry.title %}

{{entry.title}}

{% endif %} {% if entry.date %}

Written on {{ entry.date.date() }}.

{% endif %} {% endfor %} {% endblock %}