{#if isFolder}
{/if}
{file.name}
{#if isFolder && expanded && file.children}
{#each file.children as child (child.path)}
{/each}
{/if}