Ajouter template header à index.gohtml

Devra être ajouté aux autres pages, lorsqu'elles seront crées
This commit is contained in:
Victor Lacasse-Beaudoin 2023-03-24 18:52:56 -04:00
parent efb626004b
commit 96b1deb82e

View file

@ -7,6 +7,7 @@
<link rel="stylesheet" href="static/index.css">
</head>
<body>
{{ template "header" }}
<h1>Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
</body>
</html>