hakyll/examples/categoryblog/templates/post.html
2010-03-30 17:36:56 +02:00

5 lines
102 B
HTML

<h1>$title</h1>
by <em>$author</em> on <strong>$date</strong>
<div>Posted in: $category.</div>
$body