{{ title }}

{% if description %}

{{ description }}

{% endif %}
{% if action %} {{ action.text }} {% elif htmx %} {% endif %} {% if actions %}
{% for action in actions %} {{ action.text }} {% endfor %}
{% endif %}
{{ slot }}