<%- include("../base/header", { title: "Join Party", userId: session.userId }) %>

Join Party

<% if (typeof(error) === "string") { %>
<%= error %>
<% } %>
" required />
<%- include("../base/footer") %>