First commit - just a copy of HaskellEmbedded at this point

This commit is contained in:
Chris Hodapp
2016-06-04 20:07:01 -04:00
commit 444ca4d739
27 changed files with 10022 additions and 0 deletions

13
templates/post.html Normal file
View File

@@ -0,0 +1,13 @@
<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
<div class="info">
$if(tags)$
Tags: $tags$
$endif$
</div>
$body$