{{#if feature_image}}
{{#if is_featured}}{{#if @last}}{{/if}}{{/if}} {{>images/loop_image}} {{#if @custom.show_author}}
{{#foreach authors to="5"}}
{{#if profile_image}} {{>images/other_image other_image=profile_image alt=name}} {{else}} {{name}} {{/if}}
{{/foreach}}
{{/if}}
{{/if}}
{{^if is_special}}
{{>members/visibility_label}} {{#if is_featured}} {{#if tags}}{{#foreach tags to="1"}}{{name}}{{/foreach}}{{#foreach tags from="2" limit="2"}}{{name}}{{/foreach}}{{/if}} {{else}} {{#if tags}}{{tags limit="1" separator=""}}{{tags from="2" limit="2" separator=""}}{{/if}} {{/if}}
{{/if}}

{{title}}

{{#has any="excerpt,custom_excerpt"}} {{#if show_excerpt}}

{{#if custom_excerpt}}{{custom_excerpt}}{{else if excerpt}}{{excerpt}}...{{/if}}

{{/if}} {{/has}}