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

commit fonctionnel

git authored on 15/03/2019 11:48:34
Showing 1 changed files
... ...
@@ -1,2 +1,17 @@
1
+{# accueil.html.twig #}
2
+{% extends "./base.html.twig" %}
3
+
4
+{% block menu %}
5
+{% endblock %}
6
+
7
+{% block body %}
1 8
 <h1>Accueil</h1>
2
-<br /><br />
3 9
\ No newline at end of file
10
+<br /><br /><br />
11
+{{ data }}
12
+{% endblock %}
13
+
14
+{% block stylesheets %}
15
+{% endblock %}
16
+
17
+{% block javascripts %}
18
+{% endblock %}
4 19
\ No newline at end of file
Browse code

Initial Commit de la branche nude Twig

git authored on 15/03/2019 11:42:54
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+<h1>Accueil</h1>
2
+<br /><br />
0 3
\ No newline at end of file