<%- partial('_partial/logo') %>

Lastest games

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

Company News

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

<%- content.description %>

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