X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/dd29640e817a6a371960fc73d12e75db8626f2ee..836d4b8cc091d5815e3f6dffe05532ac7137440d:/Resources/views/mail/base.html.twig
diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig
index b7be100..ef4bad1 100644
--- a/Resources/views/mail/base.html.twig
+++ b/Resources/views/mail/base.html.twig
@@ -1,10 +1,33 @@
-
-
-
- {% block title %}Welcome!{% endblock %}
- {% block stylesheets %}{% endblock %}
-
-
- {% block body %}{% endblock %}
-
-
+{% extends '@RapsysAir/base.html.twig' %}
+{% block stylesheet %}
+
+
+ {% if locale is defined and locale %}{% endif %}
+
+{% endblock %}
+{% block body %}
+
+ {% block content %}{% endblock %}
+
+{% endblock %}