{{ define "main" }} {{ partial "page-title.html" . }} {{ if site.Data.contact.contact.enable }} {{.Content}} Ask Your Question Send Now {{ with site.Data.faq}} {{ $.Scratch.Set "counter" 0 }} {{ range .faqItem }} {{ $.Scratch.Set "counter" (add ($.Scratch.Get "counter") 1) }} {{ "" | safeHTML }} {{ .title | markdownify }} {{ .content | markdownify }} {{ end }} {{ end }} {{ end }} {{ partial "cta.html" . }} {{ end }}