{% set show_icon = show_icon|default(false) %} {% set show_close_icon = show_close_icon|default(false) %} {% set class = class|default('warning icon small') %}
{% if show_icon == true %} {% endif %} {% if show_close_icon == true %} {% endif %}
{% if title is not empty %}
{{ title }}
{% endif %}

{{ message }}

{{ content }}