{% extends '@MailThemes/classic/components/layout.html.twig' %} {% block content %} {{ 'Hi,'|trans({}, 'Emails.Body', locale)|raw }}  
  {% if templateType == 'html' %}

{{ 'Newsletter subscription'|trans({}, 'Emails.Body', locale)|raw }}

{% endif %} {{ 'Regarding your newsletter subscription, we are pleased to offer you the following voucher:'|trans({}, 'Emails.Body', locale)|raw }} {discount}
 
{% endblock %}