{{#is "tag,author"}}{{{t "Check out the {start-bold}latest posts{end-bold}" start-bold="" end-bold=""}}}{{else if is_error}}{{{t "Check out the {start-bold}latest posts{end-bold}" start-bold="" end-bold=""}}}{{else}}{{{t "See what we’ve {break}{start-bold}written lately{end-bold}" break="
" start-bold="" end-bold=""}}}{{/is}}
{{#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"}}
{{/get}} {{/is}} {{/if}} {{/if}}
{{#foreach posts}} {{>item is_loop=true show_excerpt=true}} {{/foreach}}