{% extends '@MailThemes/modern/components/layout.html.twig' %} {% block title %}{{ 'Newsletter Verification'|trans({}, 'Emails.Body', locale) }}{% endblock %} {% block content %}
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}

{{ 'Thank you for subscribing to our newsletter. Please click on the following link to confirm your request:'|trans({}, 'Emails.Body', locale)|raw }}
{verif_url}
{% endblock %} {% block styles %} {% endblock %}