{{#each items}}
{{#iff ../items.length '<' 3}}
{{header}}
{{text}}
{{#if link_href}}{{#if link_title}}
{{/if}}{{/if}}
{{/iff}}
{{#iff ../items.length '==' 3}}
{{header}}
{{text}}
{{#if link_href}}{{#if link_title}}
{{/if}}{{/if}}
{{/iff}}
{{#iff ../items.length '==' 4}}
{{header}}
{{text}}
{{#if link_href}}{{#if link_title}}
{{/if}}{{/if}}
{{/iff}}
{{/each}}