views/404.ejs
<%- include('partials/head', { title: 'Not Found', description: 'Page not found.' }) %>
<section class="wrap narrow" style="text-align:center; padding: 4rem 0;">
<h1>Page not found</h1>
<p><a href="/">← Back to all petitions</a></p>
</section>
<%- include('partials/foot') %>