2023-03-24 20:05:52 -04:00
|
|
|
{{ define "a-propos-html" }}
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>AGECEM | À propos</title>
|
|
|
|
{{ template "general-html" }}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{ template "header-html" }}
|
2023-07-18 14:12:37 -04:00
|
|
|
<h1 class="titre1Page">À propos</h1>
|
2023-03-24 20:05:52 -04:00
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
{{ end }}
|