<% include partials/header.ejs %>
<% if (Object.keys(errors).length === 0) { %> <% } else { %>

Oops, please correct the following:

    <% Object.values(errors).forEach(error => { %>
  • <%= error.msg %>
  • <% }) %>
<% } %>
Card image cap
Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

<Card image cap
Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

<% include partials/footer.ejs %>