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