X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/dd29640e817a6a371960fc73d12e75db8626f2ee..2780e5afd00aab04544a788a89afdb22784acb98:/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 %}