pinealservo-com/templates/post.html

9 lines
113 B
HTML

<div class="info">
<em>Posted on $date$
$if(author)$
by $author$
$endif$</em>
</div>
$body$