aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/templates/simple.html')
-rw-r--r--backend/templates/simple.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/templates/simple.html b/backend/templates/simple.html
index 7b4f6d3..94721df 100644
--- a/backend/templates/simple.html
+++ b/backend/templates/simple.html
@@ -1,5 +1,3 @@
{{ define "body" }}
-<main id="content">
-{{ .Content }}
-</main>
+<main id="content">{{ .Content }}</main>
{{ end }}