{{!< default}} {{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{#tag}}
{{#if feature_image}}
{{!-- This is a responsive image, it loads different sizes depending on device https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433 --}} {{title}}
{{/if}}

{{name}}

{{#if description}} {{description}} {{else}} A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}} {{/if}}
{{/tag}} {{#foreach posts}} {{!-- The tag below includes the markup for each post - partials/post-card.hbs --}} {{> "post-card"}} {{/foreach}}
{{pagination}}