2021-12-02 20:26:10 +01:00
|
|
|
<!DOCTYPE html>
|
2021-12-03 01:27:37 +01:00
|
|
|
<!--- Variables
|
|
|
|
nom
|
|
|
|
constructeur
|
|
|
|
dimensions
|
|
|
|
installation
|
|
|
|
condamnation
|
|
|
|
origine
|
|
|
|
histoire
|
|
|
|
!-->
|
2021-12-02 20:26:10 +01:00
|
|
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
|
|
|
|
<title>{{nom}}</title>
|
2021-12-03 01:27:37 +01:00
|
|
|
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
2021-12-02 20:26:10 +01:00
|
|
|
<link href="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>{{nom}}}</h1>
|
|
|
|
<table>
|
|
|
|
<tbody><tr>
|
2021-12-03 01:27:37 +01:00
|
|
|
<td>Nom</td>
|
|
|
|
<td>{{NomBateau}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Constructeur</td>
|
|
|
|
<td>{{nom}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Dimensions</td>
|
|
|
|
<td>{{Dimensions}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Installation</td>
|
|
|
|
<td>{{Date}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Condamnation</td>
|
|
|
|
<td>{{Date}}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Origine</td>
|
|
|
|
<td>{{ville}}</td>
|
2021-12-02 20:26:10 +01:00
|
|
|
<th>Nom</th>
|
|
|
|
<th>{{NomBateau}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Constructeur</th>
|
|
|
|
<th>{{nom}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Dimensions</th>
|
|
|
|
<th>{{Dimensions}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Installation</th>
|
|
|
|
<th>{{Date}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Condamnation</th>
|
|
|
|
<th>{{Date}}</th>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>Origine</th>
|
|
|
|
<th>{{ville}}</th>
|
|
|
|
</tr>
|
|
|
|
</tbody></table>
|
|
|
|
<p>
|
|
|
|
{{HistoireBateau}}
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
2021-12-03 01:30:56 +01:00
|
|
|
</body></html>
|