diff --git a/templates/expedition.html b/templates/expedition.html new file mode 100644 index 0000000..063bb35 --- /dev/null +++ b/templates/expedition.html @@ -0,0 +1,32 @@ + + + + + + {{siecle}} + + + +

{{siecle}}

+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file diff --git a/templates/sauvees.html b/templates/sauvees.html new file mode 100644 index 0000000..5ed9e51 --- /dev/null +++ b/templates/sauvees.html @@ -0,0 +1,40 @@ + + + + + + {{nom}}{{prenom}} + + + +

{{nom}}}{{prenom}}

+ + + + + + + + + + + + + + + + + +
Nom{{nom}}
Prenom{{prenom}}
Date{{date}}
Place{{place}}
+

+ {{Histoire}} +

+ + + \ No newline at end of file diff --git a/templates/station.html b/templates/station.html new file mode 100644 index 0000000..69b773e --- /dev/null +++ b/templates/station.html @@ -0,0 +1,33 @@ + + + + + + {{nom}} + + + +

{{nom}}

+ + + + + + + + + + + +
Date{{Annee}}
{{Evenement}}{{Evenement}}
+ \ No newline at end of file