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/index.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..0028515 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,6 @@ +{{define "title"}}Images{{end}} +{{define "content"}} +
+ {{template "imgs" .}} +
+{{end}} -- cgit v1.2.3