{{ partial "header.html" . }}
{{ range $index, $page := (sort (where (where .Data.Pages "Type" "introductions") ".Params.hidden" "!=" "true" ) ".Params.position" "ascs") }}
{{ .Render "introduction" }}
{{ end }}
{{ partial "siteinfo.html" . }}
{{ partial "footer.html" . }}