{{!< default}} {{#post}}

{{title}}

{{#if custom_excerpt}}

{{custom_excerpt}}

{{/if}}
{{{t "Explore our {start-bold}tags{end-bold}" start-bold="" end-bold=""}}}
{{#get "tags" limit="all" filter="visibility:public" include="count.posts" order="count.posts desc" as |tags|}} {{#if tags}}
{{#foreach tags}} {{#if count.posts}}
{{#if feature_image}}
{{>images/archive_image archive_image=feature_image}}
{{/if}}

{{name}}

{{plural count.posts empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{#if description}}

{{description}}

{{/if}}
{{/if}} {{/foreach}}
{{/if}} {{/get}}
{{/post}}