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

{{title}}

{{#if custom_excerpt}}

{{custom_excerpt}}

{{/if}}
{{{t "Meet our {start-bold}authors{end-bold}" start-bold="" end-bold=""}}}
{{#get "authors" limit="all" include="count.posts" order="count.posts desc" as |authors|}} {{#if authors}}
{{#foreach authors}} {{#if count.posts}}
{{#if profile_image}}
{{>images/archive_image archive_image=profile_image}}
{{/if}}

{{name}}

{{#if location}}{{t "from"}} {{location}} ∙ {{/if}}{{plural count.posts empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}} {{#if bio}}

{{bio}}

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