{#if hits.length > 0}
{#each hits as hit (`${hit.page}:${hit.tab ?? ""}:${hit.label}`)} {/each}
{:else}
{#each SIDEBAR_SECTIONS as section (section.title ?? "untitled")} {#if section.title}
{section.title}
{/if} {#each section.items as item (item.id)} {/each} {/each}
{/if}