{{ $active := or $home $menuprefix $sectionprefix }}
<liclass="nav-item {{ if .Children }} dropdown {{ end }}">
<a{{if$active}}aria-current="page"{{end}}{{if.Children}}aria-expanded="false"{{end}}class="{{ if $active }} active {{ if $links }} text-body-emphasis {{ end }} {{ end }} {{ if .Params.paige.disabled }} disabled {{ end }} nav-link {{ if .Children }} dropdown-toggle {{ end }}" {{if.Children}}data-bs-toggle="dropdown"{{end}}href="{{ if .Children -}} # {{- else -}} {{ .URL | safeURL }} {{- end }}"{{if.Children}}role="button"{{end}}{{ifnot.Children}}{{withpartial"paige/target.html"(dict"page"$page"url".URL)}}target="{{ . }}"{{end}}{{end}}>{{ .Name }}</a>
<a{{if$active}}aria-current="page"{{end}}{{if.Children}}aria-expanded="false"{{end}}class="{{ if $active }} active {{ if $links }} text-body-emphasis {{ end }} {{ end }} {{ if .Params.paige.disabled }} disabled {{ end }} nav-link {{ if .Children }} dropdown-toggle {{ end }} {{ if $links }} text-decoration-underline {{ end }}" {{if.Children}}data-bs-toggle="dropdown"{{end}}href="{{ if .Children -}} # {{- else -}} {{ .URL | safeURL }} {{- end }}"{{if.Children}}role="button"{{end}}{{ifnot.Children}}{{withpartial"paige/target.html"(dict"page"$page"url".URL)}}target="{{ . }}"{{end}}{{end}}>{{ .Name }}</a>