]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove base template use the common one
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 22:54:40 +0000 (23:54 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 22:54:40 +0000 (23:54 +0100)
Resources/views/mail/base.html.twig [deleted file]

diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig
deleted file mode 100644 (file)
index b7be100..0000000
+++ /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>