Feat: maj du deploiement (testé)
This commit is contained in:
@@ -1 +1,14 @@
|
||||
<h1> Serveur pédagogique pour {{ item.name }} </h1>
|
||||
<!DOCTYPE html>
|
||||
<html lang=fr>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="B.Bertrand">
|
||||
<title>{{ item }}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1> Serveur pédagogique pour {{ item }} </h1>
|
||||
<!-- corps: tout ce que l'on veut afficher doit être mis entre ces balises -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
22
files/root_index.html.j2
Normal file
22
files/root_index.html.j2
Normal file
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang=fr>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="B.Bertrand">
|
||||
<title>{{ item }}</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1> Serveur pédagogique pour {{ matiere }} </h1>
|
||||
<!-- corps: tout ce que l'on veut afficher doit être mis entre ces balises -->
|
||||
|
||||
<ul>
|
||||
{% for user in peda %}
|
||||
<li>
|
||||
<a href="./~{{ user }}">{{ user }}</a>
|
||||
</li>
|
||||
{% endfor%}
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user