{{ $p := . }} {{ $home := site.Home }} {{ $docs := site.GetPage "section" "docs" }} {{ $menuSections := (where $docs.Sections ".Params.main_menu" true) }} {{ range $menuSections }} {{ if $p.IsDescendant . }}

{{ if not (strings.Contains .Path "home")}}{{ .Params.bigheader | default .Title }}{{ end }}

{{ .Params.abstract }}
{{ end }} {{ end }}