← back to Ventura Claw Leads
views/public/error.ejs
12 lines
<%- include('../partials/head', { title: typeof title !== 'undefined' ? title : 'Something went wrong' }) %>
<%- include('../partials/header') %>
<section class="long-form" style="text-align:center">
<p class="kicker">Server error</p>
<h1 class="display-sm">Something went wrong on our end.</h1>
<p class="lede" style="margin:0 auto"><%= typeof message !== 'undefined' && message ? message : 'Please reload the page. If it persists, email info@venturaclaw.com.' %></p>
<p style="margin-top:32px"><a href="/" class="btn btn-primary">Back to home →</a></p>
</section>
<%- include('../partials/footer') %>