<%= page.title %>
<%= headerLineSVG %>
<%= thumbOutlineSVG %>
    <% var count = 0; _.each(page.games, function(game, i){ if(!(game.desktopOnly == true && !device.desktop())){ %>
  • <%= game.title %>
    <%= game.description %>
  • <% count++; } }); %>