summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-textarea.tmpl
blob: af3dad86649d566a0294fb9613450de1db017741 (plain)
1
2
3
4
View: editor.Textarea("{{ .Name }}", {{ .Initial }}, map[string]string{
    "label":       "{{ .Name }}",
    "placeholder": "Enter the {{ .Name }} here",
}),