hugo-theme-relearn/layouts/_default/baseof.source.md
2025-02-16 00:03:13 +01:00

4 lines
No EOL
190 B
Markdown

{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- with and .File .File.Filename -}}
{{ readFile . | safeHTML }}
{{- end }}