{% extends "base_site.html" %} {% block title %} Archive for {{mailinglist}}{% endblock %} {% block content %}

{{mailinglist}}

{% if archives %} {% else %} There is no archive for this list, yet. {% endif %} {% endblock %}