Casper - initial commit to separate GitHub repo

This commit is contained in:
hannah
2013-05-11 11:08:38 +01:00
parent 77ec816981
commit 2bff1243fb
23 changed files with 2981 additions and 0 deletions

13
index.hbs Normal file
View File

@@ -0,0 +1,13 @@
{{!< default}}
<section class="content">
<ul class="hfeed">
{{#features}}
<li class="featured">
{{> featured}}
</li>
{{/features}}
{{#posts}}
{{> post}}
{{/posts}}
</ul>
</section>