summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/post.html
blob: 8ecb87dfeb00dd908bfc109fc3ffe9feb0596d45 (plain)
1
2
3
4
5
<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
<div>Tagged as: $tags.</div>

$body