{#if items.length > 0}
{#each items as value, i (value)} {/each}
{#if loading}
Loading more options...
{/if} {/if}