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.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/templates/simple.html b/backend/templates/simple.html
index dd00397..7b4f6d3 100644
--- a/backend/templates/simple.html
+++ b/backend/templates/simple.html
@@ -1 +1,5 @@
-{{ define "body" }}{{ .Content }}{{ end }}
+{{ define "body" }}
+<main id="content">
+{{ .Content }}
+</main>
+{{ end }}