<ulclass="align-items-center justify-content-center nav {{ if $pills }} nav-pills {{ else if $tabs }} nav-tabs {{ else if $underline }} nav-underline {{ end }}">
{{ with $title }}
{{ $active := eq $page.Section "" }}
<liclass="nav-item">
<a{{if$active}}aria-current="page"{{end}}class="{{ if $active }} active {{ if $links }} fw-bold text-body {{ end }} {{ end }} nav-link {{ if $links }} text-decoration-underline {{ end }}"href="/">{{ . }}</a>
<a{{if$active}}aria-current="page"{{end}}class="{{ if $active }} active {{ if $links }} fw-bold text-body {{ end }} {{ end }} nav-link {{ if $links }} text-decoration-underline {{ end }}"href="/">{{ i18n "paige_home" }}</a>