{{ $heading_tag.open }} {{- partial "PrepareHTML" .Title -}} {{ $heading_tag.close }} {{- partial "pages/partials/page/hook-after-title.html" . -}} {{ if and $options.summary .Params.summary }} {{ partial "GetRichSummary" ( dict "summary" .Params.summary "kind" "pages" )}} {{ end }} {{/* TODO: set right options when admin is ready */}} {{ if site.Params.pages.index.options.categories }} {{ partial "commons/categories" ( dict "context" . "kind" "page" )}} {{ end }} {{ if site.Params.blocks.pages.alternate.more }} {{- i18n "commons.more" -}} {{ end }} {{ if $options.image }} {{- partial "pages/partials/organization/page-media.html" . -}} {{ end }}