index
:
hakyll
master
Haskell library for generating static sites
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
simpleblog
/
templates
/
post.html
blob: dd0db953696b686a479d70b1df3d4ee23382ed33 (
plain
)
1
2
3
4
5
<
h1
>
$title$
</
h1
>
<
p
>
by
<
em
>
$author$
</
em
>
on
<
strong
>
$date$
</
strong
></
p
>
$body$