src/web/views/not-found.ejs
<%- 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') %>