Victor Lacasse-Beaudoin
d8144c24ff
Ajouter templates au lieu de retourner une string de titre de la route.
14 lines
276 B
Text
14 lines
276 B
Text
{{ 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>Actualité</h1>
|
|
</body>
|
|
</html>
|
|
{{ end }}
|