2023-03-21 18:37:51 -04:00
|
|
|
{{ define "index-html" }}
|
2023-02-23 04:24:04 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>AGECEM</title>
|
2023-03-24 20:00:55 -04:00
|
|
|
{{ template "general-html" }}
|
2023-07-04 22:17:04 -04:00
|
|
|
<link rel="stylesheet" href="/public/css/index.css">
|
2023-02-23 04:24:04 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-03-24 20:04:57 -04:00
|
|
|
{{ template "header-html" }}
|
2023-07-18 14:12:37 -04:00
|
|
|
<h1 class="titre1Page">Association Générale Étudiante du Cégep Édouard-Montpetit</h1>
|
2023-02-23 04:24:04 -05:00
|
|
|
</body>
|
|
|
|
</html>
|
2023-03-21 18:37:51 -04:00
|
|
|
{{ end }}
|