From 3c237fc659c2829042407697ca7aa3e1442a5719 Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Tue, 25 Nov 2025 19:47:20 -0500 Subject: Add post editing interface --- ui/html/pages/login.tmpl.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ui/html/pages/login.tmpl.html (limited to 'ui/html/pages/login.tmpl.html') diff --git a/ui/html/pages/login.tmpl.html b/ui/html/pages/login.tmpl.html new file mode 100644 index 0000000..6eb303a --- /dev/null +++ b/ui/html/pages/login.tmpl.html @@ -0,0 +1,22 @@ +{{define "title"}}Login{{end}} +{{define "description"}}Login Portal{{end}} + +{{define "main"}} +
+

Log In

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