seal-blog/templates/post.html

12 lines
195 B
HTML
Raw Normal View History

2020-08-14 19:01:29 -04:00
<article>
<section class="header">
Posted on $date$
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>