2023-03-24 20:05:52 -04:00
|
|
|
{{ define "formulaires-html" }}
|
2023-08-15 14:30:10 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>AGECEM | Formulaires</title>
|
|
|
|
{{ template "general-html" }}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{ template "header-html" }}
|
|
|
|
<h1 class="heading1">Formulaires</h1>
|
|
|
|
</body>
|
|
|
|
</html>
|
2023-03-24 20:05:52 -04:00
|
|
|
{{ end }}
|