blogng/templates/post.html
Dhananjay Balan f1bf5b6c0d intial commit
2017-01-22 22:30:42 +01:00

9 lines
104 B
HTML

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