{{#foreach posts}}
{{#if feature_image}}
{{title}}
{{else}} {{title}} {{/if}}

{{#if featured}} {{/if}} {{title}}

{{#if excerpt}}

{{excerpt words="24"}}

{{/if}}
{{/foreach}}