mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-02-12 06:43:30 +00:00
4 lines
204 B
Markdown
4 lines
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 }}
|