{{ define "main" -}}
{{- with .Params.Summary -}} {{- . -}} {{- else -}} {{- with .Description -}} {{- . -}} {{- else -}} {{- if eq .Data.Plural "series" -}} Posts in the {{ .Title }} series. {{- else -}} Posts about {{ .Title }}. {{- end -}} {{- end -}} {{- end -}}