{% if header%}
{% autoescape off %}{{header}}{% endautoescape %}
{% endif %} {% if body%}
{% autoescape off %}{{body}}{% endautoescape %}
{% endif %} {% if footer%}{% endif %}