Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
40 additions
and 0 deletions.
- +11 −0 snaplets/heist/templates/blog_posts.tpl
- +13 −0 src/Models.hs
- +16 −0 src/Site.hs
@@ -0,0 +1,11 @@ | ||
<apply template="base"> | ||
<h1>Blog Posts</h1> | ||
<ul> | ||
<blogPosts> | ||
<li> | ||
<strong><title/></strong> | ||
<p><postContent/></p> | ||
</li> | ||
</blogPosts> | ||
</ul> | ||
</apply> |