{#if data.people.length > 0}
{#each data.people as person (person.id)} {/each}
{:else}

No people

{/if}