rauhala.info/templates/post.html
2018-09-20 21:57:49 +03:00

12 lines
219 B
HTML

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