agecem-org/templates/html/formulaires.gohtml

15 lines
299 B
Text
Raw Normal View History

{{ define "formulaires-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM | Formulaires</title>
{{ template "general-html" }}
</head>
<body>
{{ template "header-html" }}
<h1 class="titre1Page">Formulaires</h1>
</body>
</html>
{{ end }}