beginning work on post list but need more psb changes

This commit is contained in:
Pagwin 2024-10-25 23:32:33 -04:00
parent 4e80e1f04b
commit 134c81210a
No known key found for this signature in database
GPG key ID: 81137023740CA260

3
templates/posts.html Normal file
View file

@ -0,0 +1,3 @@
{{#posts}}
<a href="/posts/">{{title}}</a>
{{/posts}}