{{- if eq .Paginator.PageNumber 1 -}}
{{ .Content }}
{{- end -}}

Featured: {{ .Title }} (Page {{ .Paginator.PageNumber }}/{{ .Paginator.TotalPages }}) »

{{- range (.Paginate .Pages).Pages -}} {{- if and (gt (len .Content) 1) (ne .Params.ignore true) -}} {{ partial "portfolio-block.html" . }} {{- end -}} {{- end -}}
{{- template "_internal/pagination.html" . }}