<% if (is_post()) { %>
<% page.tags.forEach(function(tag){ %> <%= tag.name %> <% }) %>

<%= page.title %>

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

Posted by <%- page.author || config.author %> on <%= page.date.format(config.date_format) %>
<% } else { %>

<%= page.title || config.title %>

<%= page.description || config.subtitle || "" %>
<% } %>