15 lines
288 B
Text
15 lines
288 B
Text
|
{{ define "vie-etudiante-html" }}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>AGECEM | Vie étudiante</title>
|
||
|
{{ template "general-html" }}
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ template "header-html" }}
|
||
|
<h1>Vie étudiante</h1>
|
||
|
</body>
|
||
|
</html>
|
||
|
{{ end }}
|