{% extends "base.html" %} {% block title %}Archive{% endblock %} {% block content %} {% for entry in archive %}

{{ entry.title }}

{% if entry.description %}

— {{ entry.description }}

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