Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

initial commit

Emmanuel ROY authored on 09/08/2019 08:39:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,12 @@
1
+<!DOCTYPE html>
2
+<html>
3
+    <head>
4
+        <meta charset="UTF-8">
5
+        <title>{% block title %}Welcome!{% endblock %}</title>
6
+        {% block stylesheets %}{% endblock %}
7
+    </head>
8
+    <body>
9
+        {% block body %}{% endblock %}
10
+        {% block javascripts %}{% endblock %}
11
+    </body>
12
+</html>