{{ define "styles" }} {{ $author := partial "author-user.html" . }} {{ end }} {{ define "middle" }} {{ partial "navigator-middle.html" (dict "Title" "Feeds" "Subtitle" (partial "count-media.html" .) "Icon" "arrow-left" "IconLabel" "Back" "Href" "/" "Id" "back" "Context" . ) }} {{ partial "profile.html" . }} {{ range where .Paginator.Pages ".Params.hidden" "ne" "true" }} {{ .Render "summary" }} {{ end }} {{ partial "pagination.html" . }} {{ partial "feeds-generate" . }} {{ end }} {{ define "right" }} {{- partial "navigator-right.html" . -}} {{ end }}