ref: b6b37a1f00f808f3c0d2715f65ca2d3091f36495
dir: /themes/gohugoioTheme/layouts/shortcodes/readfile.html/
{{$file := .Get "file"}} {{- if eq (.Get "markdown") "true" -}} {{- $file | readFile | markdownify -}} {{- else -}} {{ $file | readFile | safeHTML }} {{- end -}}