views/public/404.ejs
<%- include('../partials/head', { title: 'Not found' }) %>
<%- include('../partials/header') %>
<section class="long-form" style="text-align:center">
<p class="kicker">404</p>
<h1 class="display-sm">Not found</h1>
<p>That page isn't here. <a href="/">Back to home</a> or <a href="/find">browse installers</a>.</p>
</section>
<%- include('../partials/footer') %>