{{!< default}} {{#tag}}
Tag

{{name}}

{{#if description}}

{{description}}

{{else}}

A collection of {{plural ../pagination.total empty='posts' singular='% post' plural='% posts'}}

{{/if}}
{{/tag}}
{{#if posts}}
{{#foreach posts}} {{> "post-card"}} {{/foreach}} {{#if pagination.next}}
{{/if}}

Loading more posts...

{{else}}

No posts found.

{{/if}}