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

{{entry.title}}

{% if entry.description %}

— {{ entry.description }}

{% endif %} {% endif %}

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

{% endfor %} {% endblock %}