hugo-theme-relearn/layouts/_default/baseof.source.md
2025-01-29 14:19:27 +01:00

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 }}