{% if slot_message %}{{ slot_message|safe }}{% else %}
{{ message }}
{% endif %}
{% if slot_actions %}
{{ slot_actions|safe }}
{% endif %}