summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-custom.tmpl
blob: a1e0552a35003874169b8d548d8a224b3d9e218d (plain)
1
2
3
4
5
6
View: []byte(`
            <div class="input-field col s12">
                <label class="active">{{ .Name }}</label>
                <!-- Add your custom editor field view here. -->
            </div>
`),