{{ define "title" -}}
{{printf (pgettext "Edit Contact ā%sā" "title") .BusinessName.Val }}
{{- end }}
{{ define "content" }}
{{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.contactForm*/ -}}
{{printf (pgettext "Edit Contact ā%sā" "title") .BusinessName.Val }}
{{- end }}