summaryrefslogtreecommitdiff
path: root/examples/feedblog/templates/post.html
blob: dd0db953696b686a479d70b1df3d4ee23382ed33 (plain)
1
2
3
4
5
<h1>$title$</h1>

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

$body$