X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/userbundle/blobdiff_plain/7d3b1e0f78f0f4bccd66a4116a440937df7b0410..4552b1166b82f694e01a6cf0ee59272a4d7654b7:/templates/mail/_base.html.twig
diff --git a/templates/mail/_base.html.twig b/templates/mail/_base.html.twig
new file mode 100644
index 0000000..dea7b17
--- /dev/null
+++ b/templates/mail/_base.html.twig
@@ -0,0 +1,37 @@
+{% extends '@RapsysUser/_base.html.twig' %}
+{% block head %}
+
+
+ {% if locale is defined and locale %}{% endif %}
+{% endblock %}
+{% block stylesheet %}
+
+{% endblock %}
+{% block body %}
+
+ {% block content %}{% endblock %}
+ {% if copy is defined and copy %}
+
+ {% endif %}
+{% endblock %}