agecem-org/public/html/documentation.gohtml
Victor Lacasse-Beaudoin d8144c24ff Ajouter templates pour routes principales
Ajouter templates au lieu de retourner une string de titre de la route.
2023-03-24 20:05:52 -04:00

14 lines
286 B
Text

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