<%- include('header', { title: game.title_name }) -%>

Owner: <%= game.owner_name %> <% if (game.private) { %> (private) <% } %>
Scenario: <%= game.scenario %>
Options: <%= game.options %>

<%= game.description || "No description." %>
<% roles.forEach((role) => { %> <% }); %> <% roles.forEach((role) => { %> <% }); %>
<%= role %>
-
-