summary refs log tree commit diff stats
path: root/src/views/post.njk
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/post.njk')
-rw-r--r--src/views/post.njk3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/views/post.njk b/src/views/post.njk
new file mode 100644
index 0000000..81f7e3d
--- /dev/null
+++ b/src/views/post.njk
@@ -0,0 +1,3 @@
+{{ post.data.title }}
+
+{{ post.body | safe }}