{{ define "main" }} {{ "" | safeHTML }} {{ i18n "topics_title" | safeHTML }} {{ "" | safeHTML }} {{ range (where .Site.Pages "Type" "docs") }} {{ .Title }} {{ .Params.Description }} {{ end }} {{ "" | safeHTML }} {{ if .Site.Params.cta.enable }} {{ with .Site.Params.cta }} {{ "" | safeHTML }} {{ .title | markdownify }} {{ .content | markdownify }} {{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }} {{ "" | safeHTML }} {{ end }} {{ end }} {{ end }}
{{ .Params.Description }}
{{ .content | markdownify }}