Files
nattopages/templates/post.html
Amneesh Singh 0e6d6d79a2 add tags
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2022-05-12 20:30:31 +05:30

15 lines
260 B
HTML

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