{#if open}
{#if options.length === 0}
No options
{:else} {#each options as opt} {/each} {/if}
{/if}