rauhala.info/templates/post.html
2018-09-20 20:58:27 +03:00

12 lines
195 B
HTML

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