mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
5d770ffe10
- updating casper to use 2 taches for pagination helper
16 lines
357 B
Handlebars
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>
|