{{!< default}} {{!-- The tag above means: insert everything in this file into the body of the default.hbs template --}}
{{#tag}}
{{#if feature_image}} {{name}} {{/if}}

{{name}}

{{#if description}} {{description}} {{else}} {{plural ../pagination.total empty="0 posts" singular="% post" plural="% posts"}} {{/if}}

{{/tag}}
{{#foreach posts}} {{> "post-card"}} {{/foreach}}