summaryrefslogtreecommitdiff
path: root/data/example/templates/post.html
blob: bf0f82630afa7c2e711adc706bb13fb030823331 (plain)
1
2
3
4
5
6
7
8
<div class="info">
    Posted on $date$
    $if(author)$
        by $author$
    $endif$
</div>

$body$