17 lines
432 B
Text
17 lines
432 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" }}
|
|
<div class="wrapper vieEtudianteWrapper">
|
|
<h1 class="heading1">Vie étudiante</h1>
|
|
</div>
|
|
{{ template "snackbar-html" }}
|
|
</body>
|
|
</html>
|
|
{{ end }}
|