{{ if (.Params.rendersSummary | default true) -}}
{{ with .Description }}
{{ . | markdownify }}
{{ end }}
{{- end }}
{{- if ne hugo.Environment "production" -}}
{{ partial "page/taxonomy_draft.html" (dict "page" . "class" "page-summary__draft") }}
{{- end -}}
{{- if .Date -}}
{{- partial "page/date.html" (dict "page" . "class" "page-summary__date") -}}
{{- end }}