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

{{ .Description }}

{{ $pages := (where .Site.Pages "Section" .Section).ByWeight }} {{ $parent := .Page }} {{ range $pages }} {{ if eq .Parent $parent }}
{{ if .Params.page_icon }} Icon {{ end }} {{ .Title }}

{{ .Description }}

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