From 85920b8c7a2696115d1f77c046f48f6f00d639f1 Mon Sep 17 00:00:00 2001 From: ivar Date: Tue, 7 Apr 2026 00:23:24 +0200 Subject: Init --- templates/admin/setup.html | 47 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 templates/admin/setup.html (limited to 'templates/admin/setup.html') diff --git a/templates/admin/setup.html b/templates/admin/setup.html new file mode 100644 index 0000000..4294238 --- /dev/null +++ b/templates/admin/setup.html @@ -0,0 +1,47 @@ +{{define "setup.html"}} + + + + + + Setup + + + + +

Setup

+ {{if .Error}}

{{.Error}}

{{end}} +
+ + + + + + + + + + + + + + + + + + +

Shown on the front page. Leave blank to keep the default.

+ +
+ +
+
+ + +{{end}} -- cgit v1.3