blog/templates/post.html

14 lines
174 B
HTML
Raw Normal View History

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