{{#each things as thing, index}}
{{index}}: {{thing}}
{{else}} {{#each things as thingEachElse, indexEachElse}}{{indexEachElse}}: {{thingEachElse}}
{{/each}} {{/each}} {{#if foo}} {{elseif bar}} {{#each things as thingIfElse, indexIfElse}}{{indexIfElse}}: {{thingIfElse}}
{{/each}} {{else}} {{#each things as thingElse, indexElse}}{{indexElse}}: {{thingElse}}
{{/each}} {{/if}}