{% if slot_close %} {{ slot_close|safe }} {% else %} {% endif %} {% if slot_header %}
{{ slot_header|safe }}
{% elif title %}

{{ title }}

{% endif %}
{% if slot_body %}{{ slot_body|safe }}{% elif body %}{{ body }}{% endif %}
{% if slot_footer %}
{{ slot_footer|safe }}
{% endif %}