<ulclass="align-items-center justify-content-center nav {{ if $pills }} nav-pills {{ else if $tabs }} nav-tabs {{ else if $underline }} nav-underline {{ end }}">
<ulclass="align-items-center justify-content-center nav {{ if $pills }} nav-pills {{ else if $tabs }} nav-tabs {{ else if $underline }} nav-underline {{ end }}">
{{ $active := or $home $menuprefix $sectionprefix }}
<liclass="nav-item">
<a{{if$active}}aria-current="page"{{end}}class="{{ if $active }} active {{ if $links }} fw-bold text-body-emphasis {{ end }} {{ end }} nav-link {{ if $links }} text-decoration-underline {{ end }}"href="{{ .RelPermalink | safeURL }}"{{withpartial"paige/target.html"(dict"page"$page"url".RelPermalink)}}target="{{ . }}"{{end}}>{{ .Title }}</a>