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