{% extends 'email/base.html.twig' %} {% include 'forms/data.html.twig' %} {% block content %}

<p>
Greetings {{ form.value.name|e }},
</p>

<p>
We have received your request for help. Our team will get in touch with you within 3 Business Days.
</p>

<p>
Regards,
</p>

<p>
<b>Kitsunic Realms</b>
<br /><br />
E <a href=“mailto:unstable@kitsunic.org”>unstable@kitsunic.org</a><br />
W <a href=https://realms.kitsunic.org/>realms.kitsunic.org/</a>
</p>

{% endblock %} {% block footer %}

<p style=“text-align: center;”>Kitsunic Realms All Rights Reserved</p>

{% endblock %}