{{- define "main" -}}
Tag

# {{ .Title }}

{{ len .Pages }} {{ if eq (len .Pages) 1 }}editorial{{ else }}editorials{{ end }}

{{- if .Paginator.Pages -}}
{{- range .Paginator.Pages -}} {{- partial "post-card.html" . -}} {{- end -}}
{{- partial "pagination.html" . -}} {{- else -}}

No posts with this tag yet.

{{- end -}}
{{- end -}}