hakyll/examples/simpleblog/templates/post.html
2009-12-29 19:09:11 +01:00

4 lines
69 B
HTML

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