{{ define "main" }} {{ $currentPage := . }}

{{ .Title }}

{{ range sort (.Resources.Match "blocks/*.md") "File.Path" }}
{{ .Content }}
{{ end }}

{{ .Parent.LinkTitle }}

{{ partial "menu.html" (dict "menuID" (printf "exhibit_%s" (string .Params.exhibitID)) "page" . "id" "exhibit-pages") }} {{ .Content }} {{ end }}