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