{{ define "styles" }} {{ end }} {{ define "middle" }} {{- if gt .Paginator.PageNumber 1 -}} {{- partial "navigator-middle.html" (dict "Context" . "Href" "/" "Icon" "arrow-left" "IconLabel" "Back" "Id" "back" "Title" "Home" "Subtitle" (partial "count-total-messages.html" .) ) -}} {{- else -}} {{- partial "navigator-middle.html" (dict "Context" . "Subtitle" (partial "count-total-messages.html" .) "Title" "Home" ) -}} {{- end -}} {{ range .Paginator.Pages }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} {{ end }} {{ define "right" }} {{- partial "author-list.html" . -}} {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.gallery) }} {{- partial "gallery.html" . -}} {{ end }} {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) }} {{- partial "following-list.html" . -}} {{- partial "webring.html" . -}} {{ end }} {{ end }}