{{ define "main" }} {{ if .Content }}
{{ .Content }}
{{ end }}

{{ i18n "topics_title" | markdownify }}

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

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} {{ .label }} {{ end }} {{ end }}
{{ end }} {{ end }} {{ end }}