{{!-- Looping through every post --}}
{{#foreach posts}}
{{> "post-card-big"}}
{{/foreach}}
{{!< default}}
{{#if description}} {{description}} {{else}} {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}} • see all tags {{/if}}