<% include header.ejs %>

<%= error.status %>

<%= message %>

<% if (error.stack) { %>
<%= error.stack %>
<% } %>
<% include footer.ejs %>