diff --git a/templates/posts.html b/templates/posts.html new file mode 100644 index 0000000..a1b75d3 --- /dev/null +++ b/templates/posts.html @@ -0,0 +1,3 @@ +{{#posts}} +{{title}} +{{/posts}}