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

$body$