{% if title %}

{{ title }}

{% endif %}{% if body %}
{{ body|safe }}
{% elif text %}
{{ text|safe }}
{% endif %}