<%- include('includes/head.ejs') %>
</head>

<body>
  <%- include('includes/navigation.ejs') %>

  <main class="centered">
    <h1>Unexpected Error occurred!</h1>
    <p>We are working on fixing this, sorry for the inconvenience.</p>
  </main>

<%- include('includes/end.ejs') %>
