{% extends "base.html" %} {% block title %} Archive » {{ site_url }} {% endblock %} {% block content %}

This is an archive of everything posted here ...

{% for entry in entries %}

{{ entry.publish_date}} {{entry.title }}

{% endfor %}
{% endblock content %} {% block body %} {{ super() }} {% set static_prefix = "../../" %} {% endblock body %}