{{/*
Thin html/template facade around the templ Nav component in
internal/templates/components/nav.templ. layout/base.html calls
{{template "nav" .}} with the full layout data map; the bridge's
navPropsFromData extracts the fields the component needs so the
component stays decoupled from the html/template key shape.
See issue #462 for migration context.
*/}}
{{define "nav"}}{{renderComponent "Nav" .}}{{end}}