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