{% if title %}

{{ title }}

{% endif %} {% if body %}
{{ body|safe }}
{% endif %} {% if footer %}
{{ footer|safe }}
{% endif %}