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

7
templates/post-list.html Normal file
View File

@@ -0,0 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>