Marin/templates/station.html

33 lines
813 B
HTML
Raw Normal View History

<!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">
</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>