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

{{name}}

{{description}}

{{/tag}}
{{#match @custom.tag_page_layout "Column"}}
{{#tag}}

{{name}}

{{description}}

{{/tag}} {{#foreach posts from="2" to="3"}} {{> "components/extra-small-card"}} {{/foreach}}
{{#foreach posts limit="1"}} {{> "components/big-card"}} {{/foreach}}
{{#tag}} {{#get "tags" filter='slug:-{{slug}}' include="count.posts" limit="4"}} {{#if tags}}
{{t "Other Tags"}}
{{/if}} {{/get}} {{/tag}}
{{/match}}
{{t "Latest Articles"}} {{plural pagination.total empty=(t "No Articles") singular=(t "1 Article") plural=(t "% Articles")}} {{#tag}} {{/tag}}
{{#foreach posts}} {{> "components/small-card" isForGrid=true }} {{/foreach}}
{{pagination}}
{{#tag}} {{#get "tags" filter='slug:-{{slug}}' limit="6" include="count.posts"}} {{#if tags}} {{/if}} {{/get}} {{/tag}}