{{!< default}}
{{#foreach posts from="1" to="8"}} {{> "components/small-card"}} {{/foreach}}
{{#foreach posts limit="1"}} {{> "components/big-card"}} {{/foreach}}
{{> "components/newsletter"}}
{{#foreach posts from="2" to="8"}} {{> "components/horizontal-card"}} {{/foreach}}
{{#get "posts" filter="featured:true" include="tags" limit="8"}} {{#if posts}}
{{t "Featured Articles"}} {{plural posts.length empty=(t "No Articles") singular=(t "1 Article") plural=(t "% Articles")}}
{{/if}} {{/get}}
{{#if @custom.featured_tags_on_homepage }} {{/if}}
{{t "Latest Articles"}} {{#match @custom.use_custom_pages "All Custom Pages"}} {{t "View All"}}
{{> "icons/section-heading-arrow"}}
{{else}} {{plural pagination.total empty=(t "No Articles") singular=(t "1 Article") plural=(t "% Articles")}} {{/match}}
{{#foreach posts}} {{> "components/small-card" isForGrid=true }} {{/foreach}}
{{pagination}}
{{#get "tags" limit="6" include="count.posts"}} {{#if tags}} {{/if}} {{/get}}