{{.Title}}
{{ if .Content -}}
			{{ .Content }}
		
		{{- end }}
		{{ with .Params.comments -}}
		{{ partialCached "comments.html" . }}
		{{- end }}
	{{ define "main" }}
	{{.Title}}
		{{ if .Content -}}
		
			{{ .Content }}
		
		{{- end }}
		{{ with .Params.comments -}}
		{{ partialCached "comments.html" . }}
		{{- end }}