%- include('head') %>
Error !
<% if (message!=undefined) { %>
<%= message %>
<% } %> <% if (error!=undefined) { %> <% if (error.status!=undefined) { %>
<%= error.status %>
<% } %> <% if (error.stack!=undefined) { %>
<%= error.stack %>
<% } %> <% } %>