summaryrefslogtreecommitdiff
path: root/examples/categoryblog/templates/post.html
blob: 224a77d1b6f01c284286d0a6a5979c54ee8bae37 (plain)
1
2
3
4
5
<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
<div>Posted in: $category.</div>

$body