{#if allItems.length}
{#each list as item (item.filename)}
allItemsToggleItem(item)} /> {/each}
{:else}
No valid files found in directory
{/if}