X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/dd29640e817a6a371960fc73d12e75db8626f2ee..58883dd276b37950932fff7bc166b95404f7b4ca:/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 %}