{{ define "main" }}

{{ .Title | markdownify }}

{{ .Params.form_heading | markdownify }}

{{ with site.Params.google_map }} {{ if .enable }}
{{ end }} {{ end }} {{ with site.Params.subscription }} {{ if .enable }}
{{ end }} {{ end }} {{ if site.Params.google_map.enable }} {{ $gmap:= resources.Get "plugins/maps/google-map.js" }} {{ end }} {{ end }}