agecem-org/templates/html/old/a-propos.gohtml

15 lines
290 B
Text
Raw Normal View History

{{ 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 }}