{#each people as person, index (person.id)} {#if hasNextPage && index === people.length - 1}
{:else}
{/if} {/each}