{{#each items}} {{#iff ../items.length '<' 3}}
{{header}}
{{alt}}

{{text}}

{{#if link_href}}{{#if link_title}} {{/if}}{{/if}}
{{/iff}} {{#iff ../items.length '==' 3}}
{{header}}
{{alt}}

{{text}}

{{#if link_href}}{{#if link_title}} {{/if}}{{/if}}
{{/iff}} {{#iff ../items.length '==' 4}}
{{header}}
{{alt}}

{{text}}

{{#if link_href}}{{#if link_title}} {{/if}}{{/if}}
{{/iff}} {{/each}}