<h1>New model</h1>

<% form_for(model, {action: path_to.models, method: 'POST', id: "model_form"}, function (form) { %>
  <%- partial('models/form.ejs', {locals: {form: form, model: model}}) %>
  <%- form.submit('Create model') %> or
  <%- link_to('Cancel', path_to.models) %>
<% });%>
