summary refs log tree commit diff stats
path: root/src/views/index.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/index.njk')
-rw-r--r--src/views/index.njk6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/index.njk b/src/views/index.njk
index dcc142c..1bf275e 100644
--- a/src/views/index.njk
+++ b/src/views/index.njk
@@ -1,5 +1,11 @@
+{% extends "layouts/main.njk" %}
+
+{% block body %}
+
 hello world
 
 {% for filename, post in posts %}
   {{ post.data.get('title') }}
 {% endfor %}
+
+{% endblock %}