{{ define "main" }} {{ partial "page-title.html" . }}
{{ with site.Params.contact.form }}{{ if .enable -}}
{{ if .use_netlify -}}
{{- end }} {{ if .use_recaptcha -}}
{{- end }}
{{- end }}{{ end }}
{{ with site.Params.contact -}}

{{ i18n "address_title" }}

    {{ $add_address_descriptors := .address_descriptors }} {{ with site.Params.location }}
  • {{ if $add_address_descriptors }}{{ i18n "location" | printf "%s: " }}{{ end }}
    {{ . | markdownify }}
  • {{ end }} {{ with site.Params.email }}
  • {{ if $add_address_descriptors }}{{ i18n "email" | printf "%s: " }}{{ end }}{{ partial "cloak_email" . }}
  • {{ end }} {{ with site.Params.phone }}
  • {{ if $add_address_descriptors }}{{ i18n "phone" | printf "%s: " }}{{ end }}{{ . }}
  • {{ end }}
{{- end }} {{ if site.Params.gmap.enable -}}
{{- end }}
{{ end }}