{%- if title is defined %}

{{ title }}

{%- if subtitle is defined %}

{{ subtitle }}

{% endif %}
{%- endif %}
{{- body|default(_slot_default|default(''))|safe }}
{%- if _slot_footer is defined and _slot_footer %}
{{ _slot_footer|safe }}
{%- endif %}