5 lines
239 B
HTML
5 lines
239 B
HTML
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
|
|
{{- if .RelPermalink }}
|
|
{{- partial "content-lead.html" . | safeHTML }}
|
|
{{- partial "content.html" . | safeHTML }}
|
|
{{- end }} |