]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/mail/base.html.twig
Remove base template use the common one
[airbundle] / Resources / views / mail / base.html.twig
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>