blog/templates/post.html
2018-11-13 20:00:01 +01:00

11 lines
195 B
HTML

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