{{ .Scratch.Set "skipSeeAlso" true }} {{ partial "primary-top.html" . }}

{{ .Description }}

{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }} {{ $parent := .Page }} {{ if $parent.Params.simple_list }} {{ else }} {{ range $pages }} {{ if eq .Parent $parent }}
{{- if .Params.icon -}} {{- partial "icon.html" .Params.icon -}}{{- end -}}{{- .Title -}}

{{ .Description }}

{{ end }} {{ end }} {{ end }}
{{ .Content }} {{ partial "primary-bottom.html" . }}