agecem-org/templates/html/index.gohtml
Victor Lacasse-Beaudoin 6bc791506a Migrer exposition statique à StaticWithConfig
Ajouter groupStatic pour StaticWithConfig

Retirer handlers manuels redondants par StaticWithConfig
2023-07-04 22:17:04 -04:00

15 lines
366 B
Text

{{ define "index-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM</title>
{{ template "general-html" }}
<link rel="stylesheet" href="/public/css/index.css">
</head>
<body>
{{ template "header-html" }}
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
</body>
</html>
{{ end }}