rf/templates/post.html

12 lines
200 B
HTML
Raw Normal View History

2018-08-18 07:24:54 -04:00
<article>
<section class="header">
2018-08-18 08:36:07 -04:00
Posted on $published$
2018-08-18 07:24:54 -04:00
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>