{{ define "main" }} {{ $pages := where .Site.RegularPages "Section" "!=" ""}}
{{ partial "content.html" . }}

{{ range $pages }} {{ partial "list_item.html" . }} {{ end }}
{{ end }} {{ define "scripts_extra" }} {{ partial "script_async.html" "js/search.js" }} {{ end }}