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

{{ heading }}

{% endif %} {# Body content (variable or slot) #} {% if rich %}
{{ slot|safe }}
{% else %}

{{ slot|safe }}

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