about summary refs log tree commit diff stats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 31710be..519bf5f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block main %}
-<content>
-  {{ section.content | safe }}
-</content>
+  <content>
+    {{ section.content | safe }}
+  </content>
 {% endblock %}