Files
nattopages/templates/post.html
Amneesh Singh 358f421157 initial template
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-05-12 00:51:45 +05:30

12 lines
195 B
HTML

<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>