hakyll/examples/simpleblog/templates/post.html
2011-03-29 18:18:38 +01:00

5 lines
81 B
HTML

<h1>$title$</h1>
<p>by <em>$author$</em> on <strong>$date$</strong></p>
$body$