Retirer pages a-propos et actualite
Hors du scope du projet pour l'instant
This commit is contained in:
parent
add13e2ad2
commit
2fc8120bb6
2 changed files with 0 additions and 0 deletions
14
templates/html/old/a-propos.gohtml
Normal file
14
templates/html/old/a-propos.gohtml
Normal 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 }}
|
14
templates/html/old/actualite.gohtml
Normal file
14
templates/html/old/actualite.gohtml
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue