{{#foreach posts}}
{{!-- Insert a banner at the 5th position --}}
{{#has index="4"}}
{{/has}}
{{!-- The tag below includes the markup for each post - partials/post-card.hbs --}}
{{> "post-card"}}
{{/foreach}}