agecem-org/public/html/admin-upload.gohtml

15 lines
286 B
Text

{{ define "admin-upload-html" }}
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>AGECEM</title>
{{ template "general-html" }}
</head>
<body>
{{ template "header-html" }}
<h1>Upload</h1>
<p>{{ .Message }}</p>
</body>
</html>
{{ end }}