rauhala.info/rauhala.info/templates/post.html

12 lines
219 B
HTML
Raw Normal View History

2018-09-20 20:58:27 +03:00
<article>
<section class="header">
2018-09-20 21:57:49 +03:00
Posted on $date$, modified on $modified$
2018-09-20 20:58:27 +03:00
$if(author)$
by $author$
$endif$
</section>
<section>
$body$
</section>
</article>