{% if this.icon %} {% endif %} {% set has_title_block = block('title') is defined and block('title') is not empty %} {% set has_actions_block = block('actions') is defined and block('actions') is not empty %} {% if this.title or has_title_block or has_actions_block %}
{% if this.title or has_title_block %}
{{ has_title_block ? block('title') : this.title }}
{% endif %}
{% if has_actions_block %}
{{ block('actions') }}
{% endif %}
{% else %} {{ block('content') }} {% endif %} {% if this.withDismissButton %} {% endif %}