{{ range . -}}
{{- if ne (len .Content) 0 -}}
{{- $content := replace .Content "
\n\n" "
" -}}
{{- $content := replace $content "" "" -}}
{{- range (split $content "") -}}
{{- if not (in . "data-noprocess") -}}
{{- end -}}
{{- . | safeHTML -}}
{{- end -}}
{{- end -}}
{{- end }}