<!DOCTYPE html>
<html>
  <%- include('../partials/header') %>
  <body>   
  <%- include('../partials/navbar') %>
  	<div class="bs-component">
      <div class="jumbotron">
        <h1>Error <%= title %></h1>
    		<p><%= statusCode %></p>
    		<pre class="stack-trace">
    			Please contact technical support for more information, thank you.
    		</pre>
      </div>
    </div>
    <%- include('../partials/footer') %>
  </body>
</html>
