aboutsummaryrefslogtreecommitdiff
path: root/templates/imgs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/imgs.html')
-rw-r--r--templates/imgs.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/imgs.html b/templates/imgs.html
new file mode 100644
index 0000000..9b584a8
--- /dev/null
+++ b/templates/imgs.html
@@ -0,0 +1,6 @@
+{{define "title"}}Acceuil{{end}}
+{{define "content"}}
+ <h1>Images</h1>
+ {{template "imgspage" .}}
+ <span>{{.NbFiles}} images</span>
+{{end}}