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

{{name}}

{{#if description}}

{{description}}

{{/if}}
{{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}}
{{/tag}}
{{#if posts}}
{{#foreach posts}} {{> "post-card"}} {{/foreach}} {{#if pagination.next}}
{{/if}}

Loading more posts...

{{else}}

No posts found.

{{/if}}