Vivid-Casper/index.hbs
ErisDS 5d770ffe10 HTML helpers work with double taches - issue #246 item 1.
- updating casper to use 2 taches for pagination helper
2013-07-09 16:31:44 +01:00

16 lines
357 B
Handlebars

{{!< default}}
<section class="content">
<ul class="hfeed">
{{#foreach posts}}
{{#if @first}}
<li class="featured">
{{> full-post}}
</li>
{{else}}
{{> list-post}}
{{/if}}
{{/foreach}}
</ul>
{{paginate pagination}}
</section>