summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-custom.tmpl
blob: a578d18cbbb463da487c3c23f74b5d092f3ce5f4 (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>
`),