<% if(page.videos != undefined) { %> <% if(page.videos.length > 0 && page.hero == undefined) { %> <%- partial('_partial/video-player', {url: page.videos[0].url, is_hero: true}) %> <% } %> <% } %> <% if(page.hero != undefined) { %> <%- partial('_partial/hero', { image : page.hero }) %> <% } %>
<% if (page.path){ %>

<% } else if (page.title){ %>

<%= page.title %>

<% } %>
<%- partial('_partial/project-dropdown', { links : page.links }) %>

<% for (let i = 0; i < page.tags.data.length; i++) { %> <%= page.tags.data[i].name %> <% } %> – <%= timeAgo(new Date(page.date)) %>

<%- partial('_partial/project-team', { contact_types : page.contact_types, contacts: page.contacts }) %>


<%- page.content %>
<% if(page.screenshots != undefined) { %> <%- partial('_partial/screenshots', { screenshots : page.screenshots }) %> <% } %> <% if(page.videos != undefined) { %> <% if(page.videos.length > 0 && page.hero != undefined) { %> <%- partial('_partial/video-player', {url: page.videos[0].url, is_hero: false}) %> <% } %> <% } %>
<%- //partial('_partial/about-author') %>