From 368a462bc744d8e9084eacfaddeb9afcaf7f7133 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Mon, 24 Nov 2025 13:53:18 -0500 Subject: Add session management --- ui/html/login.tmpl.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ui/html/login.tmpl.html (limited to 'ui/html/login.tmpl.html') diff --git a/ui/html/login.tmpl.html b/ui/html/login.tmpl.html new file mode 100644 index 0000000..6377dc0 --- /dev/null +++ b/ui/html/login.tmpl.html @@ -0,0 +1,19 @@ +{{define "title"}}Login{{end}} + +{{define "main"}} +
+

Log In

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