{{ shell().skipLink }}
{{ siteConfig.personName }}
    @for (item of navigation.primaryNav(); track item.routeId) {
  • {{ item.label }} @if (item.children; as children) {
      @for (child of children; track child.routeId) {
    • {{ child.label }}
    • }
    }
  • }
{{ shell().otherLocaleName }} {{ shell().contactCta }}

{{ siteConfig.personName }}

{{ siteConfig.contactEmail }}
    @for (item of navigation.footerNav(); track item.routeId) {
  • {{ item.label }}
  • }