<%- include('partials/top') %>
<main aria-label="Page not found">
  <h1><%- title %></h1>
  <%- content %>
</main>
<script src="/js/404.js"></script>
<%- include('partials/bottom') %>