muralog/_input/templates/post.html

12 lines
192 B
HTML

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