% if (!game) { %>
Poke! Games Hub
<% } %>
<% if (game === "snake") { %>
Snake
<% } %>
<% if (game === "tic-tac-toe") { %>
Tic-Tac-Toe
<% } %>
<% if (game === "sudoku") { %>
Sudoku
<% } %>
<% if (game === "pong") { %>
Pong
0 : 0
<% } %>
<% if (game === "minesweeper") { %>
Minesweeper
<% } %>
<% if (game === "breakout") { %>
Breakout
<% } %>