{#if $navlinks.length > 0} {@const first = $navlinks[0]} {first.name || 'VistA-SSH'} {:else} VistA-SSH {/if}
    {#if $navlinks.length > 0} {@const first = $navlinks[0]} {#if first.children} {#each first.children as item}{#if (item.name) && (item.href)}
  • {item.name}
  • {/if}{/each} {/if} {#each $navlinks as parent, idx} {#if (idx > 0) && (parent.name)} {#if (parent.children) && (parent.children.length > 0)}
    {#if parent.href} {parent.name} {:else} {/if}
      {#each parent.children as item}{#if (item.name) && (item.href)}
    • {item.name}
    • {/if}{/each}
    {:else if parent.href}
  • {parent.name}
  • {/if} {/if} {/each} {/if}