{{ define "main" }}

{{ .Title }}

{{ .Content }}
{{ if .Section }} {{ end }}
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "comments/include" . }}
{{ end }} {{ end }}