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

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

<%= page.title %>

<% } %> <% for (let i = 0; i < page.tags.data.length; i++) { %> <%= page.tags.data[i].name %> <% } %> – <%= timeAgo(new Date(page.date)) %>
<%- page.content %>
<%- //partial('_partial/about-author') %>