{#each _screens as screen}
store.setCurrentScreen(screen.title)}> {#if screen.component.props._children.length} {/if} {screen.title}
{#if $store.currentPreviewItem.name === screen.title && screen.component.props._children} {/if} {/each}