hugo-theme-relearn/layouts/_default/baseof.source.md

4 lines
190 B
Markdown
Raw Normal View History

2025-02-16 00:03:08 +01:00
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
{{- with and .File .File.Filename -}}
{{ readFile . | safeHTML }}
{{- end }}