{# Optional heading #} {% if heading %}

{{ heading }}

{% endif %} {# Body content (variable or slot) #}

{{ slot|safe }}

{# Optional actions #} {% if actions %}
{{ actions|safe }}
{% endif %}