<%- content.title %> Presskit

<%- content.description %>

<% if(content.trailer != undefined) { %>
<% } %> <% if(content.developer != undefined) { %>

Fact Sheet

<% if(content.developer != undefined && content.developer_url != undefined) { %>
Developer
<%- content.developer %>
<% } %> <% if(content.publisher != undefined && content.publisher_url != undefined) { %>
Publisher
<%- content.publisher %>
<% } %> <% if(content.genre != undefined) { %>
Genre
<%- content.genre %>
<% } %> <% if(content.tags != undefined) { %>
Tags
<%- list_tags(content.tags, {style: false, separator: ', ', show_count: false}) %>
%> <% } %> <% if(content.platforms != undefined) { %>
Platforms
<%- content.platforms %>
<% } %> <% if(content.release != undefined && content.released != undefined) { %>
<% if(content.released) { %> Released <% } else { %> Release date <% } %>
<%- content.release %>
<% } %> <% if(content.game_modes != undefined) { %>
Game Modes
<%- content.game_modes %>
<% } %> <% if(content.email != undefined) { %>
Email
<%- content.email %>
<% } %> <% if(content.twitter_dev != undefined) { %>
Twitter (dev):
@<%- content.twitter_dev %>
<% } %>
<% } %>
<%- page.content %>
<% if(content.media != undefined) { %> <% if(content.media.screenshots != undefined) { %>

Screenshots

<% var screenshot_count = (Math.round(content.media.screenshots.list.length/3)*3) %> <% for(var i = 0; i < screenshot_count; i++) { %> <% }; %>
<% } %> <% } %>

Media

<% for (const [key, value] of Object.entries(content.media)) { %> <% var media = content.media[key]; %> <% if(media.hide_media == undefined || media.hide_media == false) { %> <% var c = 'col-md-8'; %> <% if (media.media_type != 'image' && media.media_type != 'ai') c = 'col-md-12' %>
<%- media.name %>

<%- media.description %>

<%- media.file_size %> <% if(media.image_size != undefined) { %> <%- media.image_size %> <% } %>

<% if(media.media_type == 'image' || media.media_type == 'ai') { %> <% } %>
<% } %> <% } %>
<% if(page.links != undefined) { %>

Links

<% } %>