{#each items as item, i} <div class='{item.foo ? "foo" : ""} {item.bar ? "bar" : ""}'>{i + 1}</div> {/each}