From 69af7f12ec17f0aba65b0e23ef4045ee28f2dac8 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 13:36:29 +0200 Subject: feat: add single post endpoint --- src/views/post.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/views/post.html (limited to 'src/views/post.html') diff --git a/src/views/post.html b/src/views/post.html new file mode 100644 index 0000000..fcc4dbd --- /dev/null +++ b/src/views/post.html @@ -0,0 +1,3 @@ +{{ post.data.title }} + +{{ post.content }} -- cgit 1.4.1