<%- partial('_partial/logo', { created_by : false }) %>

Lastest games

<% site.posts.forEach(content => { %> <% if(content.content_type == "game") { %> <% } %> <% }); %>

Company News

<% var pages = order_pages(site.posts); %> <% pages.forEach(content => { %> <% if(content.content_type == "post") { %>
<%- content.title %>

<%- content.description %>

<%- date(content.date, 'M/D/YYYY') %>

<% } %> <% }); %>
<%- partial('_partial/footer') %>