aboutsummaryrefslogtreecommitdiff
path: root/views/error.ejs
blob: d11cc4be55c9c23b9c28098e971d4e8c0d9bd4d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<%- include('partials/header.ejs') %> <%- include('partials/sidebar.ejs') %>
<div class="main">
  <div class="alert">
    <h1 class="error">error</h1>
    <p>
      <%= error %>
    </p>
  </div>
  <section>
    <h2>Recent Posts</h2>
  </section>
</div>

<%- include('partials/footer.ejs') %>