Marin/templates/station.html

35 lines
884 B
HTML

<!DOCTYPE html>
<!--- Variables
nom
date
evenement
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{nom}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
<h1>{{nom}}</h1>
<table>
<tbody><tr>
<script> {% for i in range(Date) %}
{{ i }}
{% endfor %}
</script>
<td>Date</td>
<td>{{Annee}}</td>
</tr>
<tr>
<script> {% for i in range(Evenement) %}
{{ i }}
{% endfor %}
</script>
<td>{{Evenement}}</td>
<td>{{Evenement}}</td>
</tr>
</tbody></table>
</body></html>