<% _(props).mapObject(function(prop, key) { %>
<% if (prop.type === 'input') { %> <% if(_.isBoolean(prop.value)) { %> <% } %> <% if(_.isString(prop.value)) { %> <% } %> <% if(_.isNumber(prop.value)) { %> <% } %> <% } %> <% if (prop.type === 'textarea' || prop.type === 'template') { %> <% } %>
<% }) %>