create exports via command (#3605)
This commit is contained in:
13
templates/emails/default.html.twig
Normal file
13
templates/emails/default.html.twig
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'emails/layout.html.twig' %}
|
||||
|
||||
{% block title %}
|
||||
{{ subject|trans({}, 'email') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<p>{{ body|trans({}, 'email') }}<p>
|
||||
|
||||
<spacer size="16"></spacer>
|
||||
|
||||
<p><small>{{ 'automated_email_dont_answer'|trans({}, 'email') }}</small></p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user