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/wormhole.html.template | 42 +++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 20 deletions(-) (limited to 'templates/wormhole.html.template') diff --git a/templates/wormhole.html.template b/templates/wormhole.html.template index 6f7ad1b..9c770c1 100644 --- a/templates/wormhole.html.template +++ b/templates/wormhole.html.template @@ -1,21 +1,23 @@ -{{define "head"}} - Wormhole -{{end}} +{{define "head" -}} + Wormhole +{{- end}} -
-
    -
  1. - -
  2. -
  3. - - {{if .Err}} -

    A logical dragon maid{{.Err}}

    - {{end}} -
  4. -
- Files will be deleted after 1 hour -
+{{define "body" -}} +
+
    +
  1. + +
  2. +
  3. + + {{- if .Err}} +

    A logical dragon maid{{.Err}}

    + {{- end}} +
  4. +
+ Files will be deleted after 1 hour +
+{{- end}} -- cgit v1.3.1