{{define "formtabler_textinput"}} {{if eq .Type "static"}}
{{defaultVal "Input value" .Value}}
{{else if eq .Type "password"}}
{{else if eq .Type "textarea"}}
{{else}}
{{end}} {{end}}