X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/acd9c442bc1f763742246c210e1659a4c444aca6..eb7ffdec9dc02d4f65e2955b677b849e58d857a9:/Resources/views/mail/base.html.twig?ds=sidebyside
diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig
new file mode 100644
index 0000000..ef4bad1
--- /dev/null
+++ b/Resources/views/mail/base.html.twig
@@ -0,0 +1,33 @@
+{% extends '@RapsysAir/base.html.twig' %}
+{% block stylesheet %}
+
+
+ {% if locale is defined and locale %}{% endif %}
+
+{% endblock %}
+{% block body %}
+
+ {% block content %}{% endblock %}
+
+{% endblock %}