{{#if @custom.show_author}}
{{^if is_error}}
{{^is "tag,author"}}
{{#get "authors" limit="6" include="count.posts" order="count.posts desc"}}
{{#foreach authors to="5"}}
{{#if count.posts}}
{{#if profile_image}}
{{>images/other_image other_image=profile_image alt=name}}
{{else}}
{{name}}
{{/if}}
{{/if}}
{{/foreach}}
{{t "Meet our author"}}
{{t "Meet our authors"}}
{{t "Meet our top authors"}}