diff --git a/templates/index.html b/templates/index.html
index 1ea3163..cb20758 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -18,7 +18,9 @@
- Lorem ipsum.
+ {% block content %}
+ {{ section.content | safe }}
+ {% endblock content %}