{#each subfolders as folder}
expandFolder(folder)}>
{@html getIcon(folder.isExpanded ? "chevron-down" : "chevron-right", "16")}
{folder.name}
{#if folder.isExpanded}
{/if}
{/each}
{#each componentsThisLevel as component}
store.setCurrentComponent(component.component)}>
{@html getIcon("circle", "7")}
{component.title}
{/each}