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

Owner: <%= game.owner_name %>
Private: <%= game.private ? "yes" : "no" %>
Scenario: <%= game.scenario %>
Description: <%= game.description || "No description." %>
Status:
Result:
<% roles.forEach((role) => { %><% }); %> <% roles.forEach((role) => { %><% }); %>
<%= role %>
-
-