Retirer pages a-propos et actualite

Hors du scope du projet pour l'instant
This commit is contained in:
Victor Lacasse-Beaudoin 2023-08-11 22:34:51 -04:00
parent add13e2ad2
commit 2fc8120bb6
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{{ define "a-propos-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM | À propos</title>
{{ template "general-html" }}
</head>
<body>
{{ template "header-html" }}
<h1 class="heading1">À propos</h1>
</body>
</html>
{{ end }}

View file

@ -0,0 +1,14 @@
{{ define "actualite-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM | Actualité</title>
{{ template "general-html" }}
</head>
<body>
{{ template "header-html" }}
<h1 class="heading1">Actualité</h1>
</body>
</html>
{{ end }}