hakyll/examples/categoryblog/templates/post.html
2010-01-29 15:16:08 +01:00

5 lines
98 B
HTML

<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
<div>Tagged as: $tags.</div>
$body