Add new files and folders from new packages.
[Project_proches_de_moi-server.git] / templates / base.html.twig
diff --git a/templates/base.html.twig b/templates/base.html.twig
new file mode 100644 (file)
index 0000000..043f42d
--- /dev/null
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta charset="UTF-8">
+        <title>{% block title %}Welcome!{% endblock %}</title>
+        {% block stylesheets %}{% endblock %}
+    </head>
+    <body>
+        {% block body %}{% endblock %}
+        {% block javascripts %}{% endblock %}
+    </body>
+</html>