{% extends "base.html" %} {% block title %}{{ site.title }}{% endblock %} {% block content %} {% for entry in archive %} {% if entry.title %}
— {{ entry.description }}
{% endif %} {% endif %}Written on {{ entry.date.date() }}.
{% endfor %} {% endblock %}