shithub: hugo

ref: 3a44920e79ef86003555d8a4860c29257b2914f0
dir: /docs/themes/gohugoioTheme/layouts/shortcodes/readfile.html/

View raw version
{{$file := .Get "file"}}
{{- if eq (.Get "markdown") "true" -}}
{{- $file  | readFile | markdownify -}}
{{- else -}}
{{ $file  | readFile | safeHTML }}
{{- end -}}