{#if $tabs.length === 0}
No files open
{:else}
{#each $tabs as tab (tab.id)} {/each}
{/if}