summaryrefslogtreecommitdiff
path: root/examples/docker/admin/cmd/ponzu/templates/gen-input.tmpl
blob: 8bea12ad00580a6869bd2742c86075ca50197e0b (plain)
1
2
3
4
5
View: editor.Input("{{ .Name }}", {{ .Initial }}, map[string]string{
    "label":       "{{ .Name }}",
    "type":        "text",
    "placeholder": "Enter the {{ .Name }} here",
}),