From 6b57b3f77cec3165ef2224b4345b2c23dbb89684 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Mon, 14 Apr 2025 01:49:03 +0200 Subject: Initial commit --- templates/img.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/img.html (limited to 'templates/img.html') diff --git a/templates/img.html b/templates/img.html new file mode 100644 index 0000000..27bd439 --- /dev/null +++ b/templates/img.html @@ -0,0 +1,13 @@ +{{define "imgs"}} +{{range $index, $value := .Imgs}} +{{ if and (not $.IsLastPage) (isLast $index $.Imgs) }} +
+{{else}} +
+{{end}} + +{{$value.Name}} + +
+{{end}} +{{end}} -- cgit v1.2.3