18 lines
No EOL
312 B
HTML
18 lines
No EOL
312 B
HTML
{{ define "formulaires-html" }}
|
|
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>AGECEM | Formulaires</title>
|
|
{{ template "general-html" }}
|
|
</head>
|
|
|
|
<body>
|
|
{{ template "header-html" }}
|
|
<h1 class="heading1">Formulaires</h1>
|
|
{{ template "footer-html" }}
|
|
</body>
|
|
|
|
</html>
|
|
{{ end }} |