From b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 15 Aug 2026 08:38:43 -0700 Subject: Fix html formatting ...finally --- templates/login.html.template | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'templates/login.html.template') diff --git a/templates/login.html.template b/templates/login.html.template index 1aef0f2..ce46bd1 100644 --- a/templates/login.html.template +++ b/templates/login.html.template @@ -1,22 +1,24 @@ {{define "head"}}Login{{end}} -
- {{if .Error}} - - {{end}} -
- - - - - - - - - - - - -
-
-
+{{define "body" -}} +
+ {{- if .Error}} + + {{- end}} +
+ + + + + + + + + + + + +
+
+
+{{- end}} -- cgit v1.3.1