hakyll/examples/feedblog/templates/post.html
2011-03-29 17:54:26 +01:00

5 lines
81 B
HTML

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