views/404.ejs
<!doctype html>
<html lang="en">
<head>
<title>Not found — DesignTradeLive</title>
<%- include('partials/head', { GA_ID }) %>
</head>
<body>
<%- include('partials/header') %>
<main class="container" style="text-align:center; padding:6rem 1rem;">
<h1>That event isn't on our calendar.</h1>
<p><a class="btn btn-primary" href="/">Browse all events</a></p>
</main>
<%- include('partials/footer') %>
</body>
</html>