{% if slot_header %}
{{ slot_header|safe }}
{% elif title %}

{{ title }}

{% endif %}
{% if slot_body %}{{ slot_body|safe }}{% else %}{{ content }}{% endif %}
{% if slot_footer %} {% elif footer %} {% endif %}