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

11
templates/post.html Normal file
View File

@@ -0,0 +1,11 @@
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>