{{ define "styles" }} {{ end }} {{ define "middle" }} {{ partial "navigator-middle.html" (dict "Title" "Home" "Subtitle" (partial "count-total-messages.html" .) "Context" . ) }} {{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} {{ end }} {{ define "right" }} {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.picturegallery) }} {{- partial "gallery-images.html" . -}} {{ end }} {{- partial "author-list.html" . -}} {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) }} {{- partial "web-ring.html" . -}} {{ end }} {{ end }}