{{ partial "events/section/hero.html" . }}
{{ partial "events/section/summary.html" (dict "with_container" true "context" . ) }} {{ partial "contents/list.html" . }}
{{ partial "taxonomies/section-list.html" . }}
{{ if site.Params.events.index.highlight_exhibitions.active }} {{ $exhibitions := where .Pages "Section" "exhibitions" }} {{ partial "events/section/exhibitions.html" $exhibitions }} {{ end }}
{{ $events := where .Pages "Section" "events" }} {{ partial "events/partials/events.html" (dict "events" $events "context" . "order" "desc" )}} {{ partial "commons/pagination.html" . }}