{{ define "main" }}

{{ if eq .Data.Singular "series" }}Series{{ else if eq .Data.Singular "tag" }}Tag{{ else }}{{ .Data.Singular | humanize }}{{ end }}

{{ .Title }}

{{ with .Content }}
{{ . }}
{{ end }} {{ with .Description }} {{ if not $.Content }}

{{ . }}

{{ end }} {{ end }}
{{ end }}