From 09a34dda989df0f74bbfcd11ac63254d61b92a18 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Sun, 15 Jan 2023 02:16:35 +0100 Subject: Add images support (inf scroll via htmx of images taken from user docs) This commit also includes a migration from css to scss, some improvements to the redirection workflow when no session is found and refactors concerning flash cookies. --- templates/imgs.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/imgs.html (limited to 'templates/imgs.html') 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"}} +

Images

+ {{template "imgspage" .}} + {{.NbFiles}} images +{{end}} -- cgit v1.2.3