{{ if .page }}
{{ if not .noHeading }}

{{ or .page.Params.description .page.Title }}

{{ else }}

{{ end }}

{{ .content }}

{{ else }} {{ if and .heading }}
{{ if not .noHeading }}

{{ .heading }}

{{ else }}

{{ end }}
{{ end }} {{ if .content }}

{{ .content }}

{{ end }} {{ if .cta }} {{ end }} {{ end }}