<%- include("../base/header", { title: typeof(party) === "undefined" ? "Create Party" : `Editing ${party.Name}` }) %> <% if (typeof(party) === "undefined") { %>

Create Party

<% } else { %>

Editing <%= party.Name %>

<% } %>
<%- include("../base/footer") %>