{{ .Title | markdownify }}
{{ if .Params.tags }} {{ end }} {{ with .Params.Cover }} {{ end }}
{{- with .Content -}}
{{ if eq .Type $.Site.Params.contentTypeName }}
{{ partial "posts_pagination.html" . }}
{{ end }}
{{ partial "comments.html" . }}
{{ . | replaceRE "()" `${1}⌗ ${3}` | safeHTML }}
{{- end -}}