This commit is contained in:
2024-11-06 21:09:20 +01:00
parent a0b0b538bd
commit 4732de6ce6
267 changed files with 49685 additions and 72 deletions

View File

@@ -0,0 +1,14 @@
{% extends '@MailThemes/classic/components/layout.html.twig' %}
{% block content %}
<tr>
<td align="center" class="titleblock">
<span class="title">{{ 'Hi {firstname} {lastname},'|trans({}, 'Emails.Body', locale) }}</span>
</td>
</tr>
<tr>
<td class="linkbelow">
{message}
</td>
</tr>
{% endblock %}