{# Variables - notification (\Mautic\NotificationBundle\Entity\Notification) #}

{%- if notification.heading -%} {{- notification.heading -}} {%- else -%} Your notification header {%- endif -%}

{%- if notification.message %} {{- notification.message -}} {%- else -%} The message body of your notification {%- endif -%}

{{ app.request.server.get('HTTP_HOST') }}
{% if notification.url and notification.button %}
{{ notification.button }} {% endif %}