2025-01-29 14:19:21 +01:00
|
|
|
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
|
2025-01-31 14:57:10 +01:00
|
|
|
{{- with and .File .File.Filename -}}
|
|
|
|
{{ readFile . | safeHTML }}
|
2025-01-29 14:19:21 +01:00
|
|
|
{{- end }}
|