<%- include('top') %>

<section>
  <h1>Page Not Found</h1>
  <p>The page you requested could not be found.</p>
  <p><a href="/" class="btn"><i class="fa-solid fa-house"></i> Go back home</a></p>
</section>

<%- include('bottom') %>
