{{title}}
{{#each fields}}
{{label}}
{{#ifCond type "===" "text"}}
{{/ifCond}} {{#ifCond type "===" "number"}}
{{/ifCond}} {{#ifCond type "===" "boolean"}}
{{/ifCond}} {{#ifCond type "===" "textarea"}}
{{value}}
{{/ifCond}} {{#ifCond type "===" "codemirror"}}
{{value}}
{{/ifCond}}
{{/each}}
Submit