8 lines
92 B

{#each array as item}
{#if item}
<div>foo</div>
{:else}
<div>bar</div>
{/if}
{/each}