Initial commit
[haskell-blog.git] / templates / post.html
1 <article>
2     <section class="header">
3         Posted on $date$
4         $if(author)$
5             by $author$
6         $endif$
7     </section>
8     <section>
9         $body$
10     </section>
11 </article>