{% extends "base.html" %} {% block head %} {{ settings.SITENAME }} {% if week_background %} {% endif %} {% endblock %} {% block content %}
{% if break %}
{{ break.break_notice | safe }}
{% else %} {% for item in items %} {% include "listitem.html" with item=item %} {% endfor %} {% endif %} {% if archive %}
previous weeks
{% endif %}
{% endblock %}