{{ define "main" }}

{{- if not (eq .Page.Type "special") }} {{ if in .Page.Params.category "star-trek" }} Earthdate {{ end }} {{- end }} {{ .Page.Content }} {{- if not (in .Params.category "pages") }} {{- if not (eq .Page.Type "special") }} {{- end }}
{{ end }} {{ end }}