{% extends "base.html" %} {% block content %} {{ super() }} {% if preamble is defined %}

{{ preamble }}

{% endif %}
{{ content }}
{% endblock %}