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