{{ if (index .Site.Data .Site.Language.Lang).sections }}
{{ range sort (index .Site.Data .Site.Language.Lang).sections "section.weight" }}
{{ if and (.section.enable) (.section.showOnNavbar)}}
{{ end }}
{{- end }}
{{- end }}
{{ $hasCustomMenus:= false }}
{{ if and site.Params.customMenus }}
{{ if gt (len site.Params.customMenus) 0 }}
{{ $hasCustomMenus = true }}
{{ end }}
{{ end }}
{{ if (or site.Params.enableBlogPost $hasCustomMenus) }}
{{ end }}
{{ if site.Params.enableBlogPost }}