{{ define "main" }} {{ if or (or (eq .Section "post") (eq .Section "blog")) (or (eq .Section "categories") (eq .Section "tags") )}} {{ .Title }} {{.Content}} {{ if site.DisqusShortname }} {{ template "_internal/disqus.html" . }} {{ end }} {{ else }} {{ partial "page-header.html" . }} {{ .Content }} {{ end }} {{ end }}