]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/mail/base.html.twig
Add mail base template
[airbundle] / Resources / views / mail / base.html.twig
diff --git a/Resources/views/mail/base.html.twig b/Resources/views/mail/base.html.twig
new file mode 100644 (file)
index 0000000..b7be100
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>{% block title %}Welcome!{% endblock %}</title>
+        {% block stylesheets %}{% endblock %}
+    </head>
+    <body>
+        {% block body %}{% endblock %}
+    </body>
+</html>