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/note.html.template | 60 +++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 29 deletions(-) (limited to 'templates/note.html.template') diff --git a/templates/note.html.template b/templates/note.html.template index 19da416..3c7049c 100644 --- a/templates/note.html.template +++ b/templates/note.html.template @@ -1,31 +1,33 @@ -{{define "head"}} - - Notepad +{{define "head" -}} + + Notepad - -{{end}} + +{{- end}} -
-
- {{block "saveIndicator" ""}} - {{.}} - {{end}} -
-
- -
-
+{{define "body" -}} +
+
+ {{- block "saveIndicator" ""}} + {{.}} + {{- end}} +
+
+ +
+
+{{- end}} -- cgit v1.3.1