From: Raphaƫl Gertz <git@rapsys.eu>
Date: Tue, 26 Nov 2019 22:54:40 +0000 (+0100)
Subject: Remove base template use the common one
X-Git-Tag: 0.1.1~81
X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/5065f61aad9e241362971bf05477049ca1b1633c?ds=inline

Remove base template use the common one
---

diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig
deleted file mode 100644
index b7be100..0000000
--- a/Resources/views/mail/base.html.twig
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <title>{% block title %}Welcome!{% endblock %}</title>
-        {% block stylesheets %}{% endblock %}
-    </head>
-    <body>
-        {% block body %}{% endblock %}
-    </body>
-</html>