{{ 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 }}

{{ .Title }}

{{ .Content | replaceRE "()" `${1}${3}` | safeHTML }}
{{- if .Params.comments }}
{{ partial "comments.html" . }}
{{- end }}
{{ end }} {{ define "footer" }} {{ partialCached "footer.html" . }} {{ end }}