{% if title is defined and title %}

{{ title }}

{% endif %}

{{ message }}

{% if action_href is defined and action_href and action_label is defined and action_label %}
{{ action_label }}
{% endif %}