{% include "email/image.html.twig" with { imagePath: "images/mail/email-head.jpg" } %}
{% block greetings %} Kedves {{ user.name }}! {% endblock %}
{% block content %} {% endblock %}
{% block regards %}
Üdvözlettel
43ForFree csapata
{% endblock %}
{% include "email/image.html.twig" with { imagePath: "images/mail/email-signature.png" } %}