<% if (errors.length > 0) { %>
<% errors.forEach(function(error) { %>
<%- error.message %>
<% }) %>
<% } %>