Files
nattopages/templates/post.html
2022-05-13 07:41:43 +05:30

17 lines
314 B
HTML

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