views/404.ejs
<%- include('partials/head', { title: 'Not found — ' + site.name, description: 'Page not found.' }) %>
<main class="wrap main">
<section class="empty">
<h1>Page not found</h1>
<p>The page you tried to load isn't here. <a href="/">Return to the directory</a>.</p>
</section>
</main>
<%- include('partials/foot') %>