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

4 lines
193 B
Markdown
Raw Normal View History

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