← back to Restaurant Directory

src/web/views/not-found.ejs

7 lines

<%- include('partials/head', { title: 'Not found' }) %>
<main class="container">
  <h1>Restaurant not found.</h1>
  <p><a href="/">← Back to all restaurants</a></p>
</main>
<%- include('partials/foot') %>