Bonjour{% if greetingName is defined and greetingName %} {{ greetingName }}{% endif %},

{% if title is defined and title %}

{{ title }}

{% endif %}
{{ body|nl2br }}
{% if actionUrl is defined and actionUrl and ctaLabel is defined and ctaLabel %} {% include 'email/content/_cta_button.html.twig' %} {% endif %}