<% const date = page.date.format(config.date_format).split('-').join('.'); %>

<%= page.title %>

<%= page.subtitle || "" %>

<%- date %> <% if (page.authors) { %> By: <% page.authors.map(function(author) { %> <%= author.name %> <% if (author.network) { %> <% } %> , <% }) %> <% } %>