{{ define "head" }} {{ end }}{{ define "main" }}
{{ partial "single_basic.html" . }}
#------
#------
{{ if eq .Type $.Site.Params.contentTypeName }} {{ partial "posts_pagination.html" . }} {{ end }} {{ if not (.Params.hideComments | default false) }} {{ partial "comments.html" . }} {{ end }}
{{ end }}