initial template

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-12 00:51:45 +05:30
commit 358f421157
18 changed files with 1307 additions and 0 deletions

7
templates/post-list.html Normal file
View File

@@ -0,0 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>