{{ .Title }}
			{{ .Content | replaceRE "()" `${1}${3}` | safeHTML }}
		 
		{{ with .Params.comments -}}
		{{ partialCached "comments.html" . }}
		{{- end }}
	{{ define "head" }} {{ if .Params.featuredImg -}} {{- else if .Params.images -}} {{- range first 1 .Params.images -}} {{- end -}} {{- end -}} {{ end }} {{ define "header" }} {{ partial "header.html" . }} {{ end }} {{ define "main" }} {{- if (or .Params.images .Params.featuredImg) }}
{{- end }}