{{each itemList as itemInfo i}} {{if i==0}} {{itemInfo.name}} {{else}} {{itemInfo.name}} {{/if}} {{/each}}