{{- range . -}} {{- $isHeaderNav := (eq .Identifier "blogs") -}}
  • {{- if .HasChildren -}} {{ .Pre }} {{ .Name }} {{ .Post }}
    {{- partial "components/navbar_nav.html" .Children . -}}
    {{- else -}} {{ .Name }} {{- end -}}
  • {{- end -}}