X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/d3028f63781ff2767401e31e36ee1c99e6fc484b..b0beed5f6bd8437549590d73037ae7f61344be12:/templates/mail/_base.html.twig?ds=sidebyside
diff --git a/templates/mail/_base.html.twig b/templates/mail/_base.html.twig
index 23eea6d..5b2811c 100644
--- a/templates/mail/_base.html.twig
+++ b/templates/mail/_base.html.twig
@@ -1,10 +1,11 @@
{% extends '@RapsysBlog/_base.html.twig' %}
{% block head %}
+
- {% if head.locale is defined and head.locale %}{% endif %}
-
-
{{ subject }}
+ {% if locale is defined and locale %}{% endif %}
+{% endblock %}
+{% block stylesheet %}
{% endblock %}
-{% block header %}
-
-
-
- {#|data_uri }}) | #}
-  }}) |
- |
-
-
-{% endblock %}
-{% block message %}{% endblock %}
-{% block footer %}
-
+{% block body %}
+
+ {% block content %}{% endblock %}
+ {% if copy is defined and copy %}
+
+
+ {% endif %}
{% endblock %}