summaryrefslogtreecommitdiff
path: root/examples/simpleblog/templates/postitem.html
blob: 19c954b95bb0db53bf69cd3041ca1a16bd24b04d (plain)
1
2
3
4
<li>
    <a href="/$url$">$title$</a>
    - <em>$date$</em> - by <em>$author$</em>
</li>