{# Variables - notification #} {% set notificationWrapper %}

{{ notification.heading|default('mautic.notification.preview.notification'|trans) }}

{{ notification.message|default('mautic.notification.preview.message'|trans) }}

{{ 'mautic.notification.preview.source.web_browser'|trans }} • {{ 'mautic.notification.preview.source.example_com'|trans }}
{% if notification.button %}
{{ notification.button }}
{% endif %}
{% endset %} {% if notification.url %} {{ notificationWrapper }} {% else %} {{ notificationWrapper }} {% endif %}