{{ define "main" }} {{ "" | safeHTML }}

{{ i18n "topics_title" | safeHTML }}

{{ "" | safeHTML }} {{ range (where .Site.Pages "Type" "docs") }} {{ end }}
{{ "" | safeHTML }} {{ if .Site.Params.cta.enable }} {{ "" | safeHTML }}
{{ with .Site.Params.cta.title }}

{{ . }}

{{ end }} {{ with .Site.Params.cta.description }}

{{ . }}

{{ end }} {{ if .Site.Params.cta.button.enable }} {{ .Site.Params.cta.button.label}} {{ end }}
{{ "" | safeHTML }} {{ end }} {{ end }}