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