6 lines
221 B
Markdown
6 lines
221 B
Markdown
{{/* the following check avoids to print out content of headless bundles if called from nestedContent.gotmpl */}}
|
|
{{- if .RelPermalink -}}
|
|
# {{ .Title }}
|
|
|
|
{{ strings.TrimLeft "\n\r\t " .RawContent | safeHTML }}
|
|
{{- end }} |