mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
cffc941b6b
- Helpers no longer require data to be passed explicitly to them
16 lines
346 B
Handlebars
16 lines
346 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}}
|
|
</section>
|