diff --git a/roles/mailman3/files/base.html b/roles/mailman3/files/base.html new file mode 100644 index 0000000000..a376d7c2af --- /dev/null +++ b/roles/mailman3/files/base.html @@ -0,0 +1,242 @@ +{% load i18n %} +{% load compress %} +{% load static %} +{% load hk_generic %} + + + + + + + {% block head_title %}{{ site_name }}{% endblock %} + + + + + + {% compress css %} + + + + + {% endcompress %} + {% block additional_stylesheets %} {% endblock %} + {% block head_feed %}{% endblock %} + {% include 'hyperkitty/headers.html' %} + + + + + {% include 'hyperkitty/top.html' %} + + + + {% if messages %} +
+ {% for msg in messages %} +
+ + +
+ {% endfor %} +
+ {% endif %} + + + +
+ {% block content %} {% endblock %} +
+ + + + + + {% compress js %} +