19 lines
720 B
HTML
19 lines
720 B
HTML
|
{{ define "procesverbaux-html" }}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="fr">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>AGECEM | Procès-Verbaux</title>
|
||
|
{{ template "general-html" }}
|
||
|
<link rel="stylesheet" href="/public/css/proces-verbaux.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ template "header-html" }}
|
||
|
<div class="wrapper">
|
||
|
<h1 class="heading1">Procès-Verbaux</h1>
|
||
|
<p class="procesVerbauxP">Les procès-verbaux des différentes instances de l'AGECEM sont disponibles sur demande à la permanence au local B-31 ou par courriel à permanence@agecem.org</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
{{ end }}
|