{#each data as datum} {#if datum.foo && a()}
OK
{:else}
{datum.bar}
{/if} {/each}