rf/templates/post.html
2018-08-18 23:24:54 +12:00

12 рядки
195 B
HTML

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