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

{{title}}

{{excerpt}}

{{/post}} {{#get "authors" limit="all" include='count.posts'}}
{{t "Meet the Authors"}} {{plural pagination.total empty=(t "No Authors") singular=(t "1 Author") plural=(t "% Authors")}}
{{#foreach authors}} {{> "components/small-card" isForGrid=true isForAuthor=true title=name access=true feature_image=profile_image feature_image_alt=name excerpt=bio}} {{/foreach}}
{{/get}}