mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
4 lines
No EOL
204 B
Markdown
4 lines
No EOL
204 B
Markdown
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
|
|
{{- if and .File .File.Filename -}}
|
|
{{ readFile .File.Filename | safeHTML }}
|
|
{{- end }} |