summaryrefslogtreecommitdiff
path: root/examples/tagblog/templates/post.html
blob: 0233fc1aeb1335f6b9412a26b4d77d83a971897c (plain)
1
2
3
4
5
6
7
<h1>$title$</h1>

<p>by <em>$author$</em> on <strong>$date$</strong></p>

<p>Tagged as: $prettytags$.</p>

$body$