<%- prepend %> placeholder="<%- placeholder %>" <% } %> type="text" <% if(required) {%> required <% } %> />
<% if (helptext.length > 0) { %>

<%- helptext %>

<% } %>