{{ $ := .root }} {{ $st := .page }} {{ $autolink := default true $st.Params.autolink }} {{ $data := site.Params }} {{ $columns := $st.Params.design.columns | default "2" }}
{{ if $st.Title }} {{ if eq $columns "1" }}
{{ with $st.Title }}

{{.}}

{{ end }} {{ with $st.Params.subtitle }}

{{ . | markdownify | emojify }}

{{ end }}
{{else}}
{{ with $st.Title }}

{{.}}

{{ end }} {{ with $st.Params.subtitle }}

{{ . | markdownify | emojify }}

{{ end }}
{{end}} {{ end }}
{{ with $st.Content }}{{ . }}{{ end }} {{ if $st.Params.email_form }} {{ $post_action := "" }} {{ if eq $st.Params.email_form 1 }} {{ $post_action = "netlify" }} {{ else }} {{ if not $data.email }} {{ errorf "Please set an email address for the contact form using the `email` parameter in `params.toml`. Otherwise, set `email_form = 0` to disable the contact form." }} {{ end }} {{ $post_action = printf "action=\"https://formspree.io/%s\"" $data.email }} {{end}}
{{ if eq $st.Params.email_form 1 }}
{{ end }} {{ if $st.Params.netlify.captcha }}
{{ end }}
{{end}} {{ if and site.Params.map.engine $data.coordinates.latitude }}
{{ end }}