2021-12-03 03:32:10 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--- Variables
|
|
|
|
date
|
|
|
|
evenement
|
|
|
|
!-->
|
|
|
|
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
|
2021-12-03 04:20:23 +01:00
|
|
|
<html><head>
|
|
|
|
<title>{{siecle}}- Sauveuteurs du dunkerquois</title>
|
|
|
|
{% include 'head.html' %}
|
|
|
|
</head>
|
2021-12-03 03:32:10 +01:00
|
|
|
<body>
|
2021-12-03 04:15:16 +01:00
|
|
|
{% include "smallheader.html" %}
|
2021-12-03 03:32:10 +01:00
|
|
|
<h1>{{siecle}}</h1>
|
2021-12-03 04:20:23 +01:00
|
|
|
</body></html>
|