summaryrefslogtreecommitdiff
path: root/cmd/ponzu/templates/gen-hidden.tmpl
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-01 11:55:03 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-01 11:55:03 -0700
commit012951fbf297d56e287e8a6b3ad813c03fab9f2e (patch)
treebf4a9fbf04c6e17dcc7f887db6782c8cee6b77f6 /cmd/ponzu/templates/gen-hidden.tmpl
parent8c671874801f3ea133b5f93c59543e06b0d98185 (diff)
add warning message to console, new custom and hidden templates
Diffstat (limited to 'cmd/ponzu/templates/gen-hidden.tmpl')
-rw-r--r--cmd/ponzu/templates/gen-hidden.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/ponzu/templates/gen-hidden.tmpl b/cmd/ponzu/templates/gen-hidden.tmpl
new file mode 100644
index 0000000..4b00456
--- /dev/null
+++ b/cmd/ponzu/templates/gen-hidden.tmpl
@@ -0,0 +1,3 @@
+View: editor.Input("{{ .Name }}", {{ .Initial }}, map[string]string{
+ "type": "hidden",
+}), \ No newline at end of file