Edit

My headline

maker

My paragraph

<% if (typeof(address) !== "undefined") { %>
<% } %> <% if (typeof(placeholder) !== "undefined") { %>
<% } %> <% if (typeof(name) !== "undefined" && name !== "") { %>
<% } %> <% if (typeof(text) !== "undefined") { %>
<% } %> <% if (typeof(options) !== "undefined") { %>
    <% _.forEach(options, function(option, k) { %>
  • remove
  • <% }); %>
add new
<% } %>
<% if (typeof(required) !== "undefined") { %>
<% if (required == "required" || required == "true") { %> <% } %> <% } %>
<% if (typeof(style) !== "undefined") { %>
<% } %> <% if (typeof(size) !== "undefined") { %>
<% } %>