{% extends '@MailThemes/modern/components/layout.html.twig' %}
{% block title %}{{ 'Newsletter Voucher'|trans({}, 'Emails.Body', locale) }}{% endblock %}
{% block content %}
|
{{ 'Hi,'|trans({}, 'Emails.Body', locale) }}
|
|
|
|
{{ 'Subscribing to newsletter'|trans({}, 'Emails.Body', locale)|raw }}
|
|
|
|
{{ 'Thank you for subscribing to our newsletter. We are pleased to offer you the following voucher:'|trans({}, 'Emails.Body', locale)|raw }} {discount}
|
|
|
{% endblock %}
{% block styles %}
{{ parent() }}
{% endblock %}