{% if slot_icon %}
{{ slot_icon|safe }}
{% endif %}
{% if title %}
{{ title }}
{% endif %} {% if slot_message %}{{ slot_message|safe }}{% else %}
{{ message }}
{% endif %}
{% if slot_actions %}
{{ slot_actions|safe }}
{% endif %} {% if dismissible %} {% if slot_dismiss %} {{ slot_dismiss|safe }} {% else %} {% endif %} {% endif %}