{% load i18n %} {{ subject }}
{% include 'base/header.html' %}
{% autoescape off %}{{ intro|safe }}{% endautoescape %}
{% if body %}
{% autoescape off %}{{ body|safe }}{% endautoescape %}
{% endif %} {% if footer %}
{{ footer|safe }}
{% endif %}
{% include 'base/footer.html' %}