{#each $nav.path as node, i (node.path)} {#if node.abuse_type !== undefined} block {:else if node.is_shared()} share {/if}
{node.name}
{#if $nav.base_index !== i} chevron_right {/if} {/each}