1
0
Fork 0
 
 
 
rshyn-site/templates/post.html

11 lines
195 B

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