{#if !item}

Nothing selected.

{:else} {#if item.about.length === 0}

Not linked to any entity.

{:else}
{#each item.about as slug (slug)} {/each}
{/if}
0} > {#if related.length === 0}

No other notes share a linked entity.

{:else}
{#each related as it (it.slug)} {@const Icon = kindMeta(it.kind).icon} {/each}
{/if}
0 && tagNeighbours.length <= 6} > {#if tagNeighbours.length === 0}

No other notes share a tag.

{:else}
{#each tagNeighbours as it (it.slug)} {@const Icon = kindMeta(it.kind).icon} {/each}
{/if}
{/if}