← back to Lifestyle Asset Intel

views/error.ejs

8 lines

<%- include('partials/head') %>
<main class="container">
  <h1><%= title %></h1>
  <p><%= message %></p>
  <p><a href="/">Back to console</a></p>
</main>
<%- include('partials/foot') %>