<% if (errors.length) { %>
<% errors.forEach(function (item) { %>
<%= item.toString() %>
<% }) %>
<% } %>
Example production settings template Example development settings template