From 134c81210ab919e3f0a423c0ca3feaeb90ed7760 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 25 Oct 2024 23:32:33 -0400 Subject: [PATCH] beginning work on post list but need more psb changes --- templates/posts.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/posts.html 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}}