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.njk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/term.njk b/src/views/term.njk
new file mode 100644
index 0000000..7ff9871
--- /dev/null
+++ b/src/views/term.njk
@@ -0,0 +1,3 @@
+{% for post in posts %}
+  {{ post.data.get('title') }}
+{% endfor %}