← back to NationalPaperHangers

views/public/error.ejs

10 lines

<%- include('../partials/head', { title: 'Error' }) %>
<%- include('../partials/header') %>
<section class="long-form" style="text-align:center">
  <p class="kicker">Something went wrong</p>
  <h1 class="display-sm">We hit a snag</h1>
  <p><%= message %></p>
  <p><a href="/">Back to home</a></p>
</section>
<%- include('../partials/footer') %>