{{ i18n "menu_title" }}
{{ if .Site.Menus.main -}}
{{ $currentPage := . -}}
{{ range .Site.Menus.main -}}
- {{ .Name }}
{{ end -}}
{{ else -}}
{{ $currentSection := .Section -}}
{{ $currentID := "" -}}
{{ with .File }}{{ $currentID = .UniqueID }}{{ end -}}
{{ with .Site.Home }}- {{ i18n "menu_home" }}
{{ end }}
{{ range where .Site.RegularPages "Section" "" -}}
- {{ .Title }}
{{ end -}}
{{ range .Site.Sections -}}
- {{ .Title }}
{{ end -}}
{{ end -}}