<%- include('partials/head', {title: code + ' Error'}) %>
<%- include('partials/nav') %>
<div style="min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 24px">
  <div>
    <div style="font-size:80px;font-weight:800;color:var(--dim)"><%= code %></div>
    <h2 style="font-size:24px;margin:16px 0 8px"><%= message %></h2>
    <a href="/" class="btn btn-ghost" style="margin-top:24px">← Go home</a>
  </div>
</div>
<%- include('partials/footer') %>
</body></html>
