{{/* Metaform Partial Template This template renders a form based on a Form struct from the metaform package. Usage: {{template "partials/metaform.html" .}} Where . contains Form and Type fields */}}
{{range .Form.Fields}}
{{if eq .Kind "string"}} {{else if eq .Kind "number"}} {{else if eq .Kind "options"}} {{end}}
{{end}}