7 lines
99 B

<div>
{#if fruits}
{#each fruits as fruit (fruit)}
<div>{fruit}</div>
{/each}
{/if}
</div>