<%- titleText1 %>
<%- titleText2 %>
<% if (get_path() === '/post/') { %>
<%= page.date.format('YYYY-MM-DD') %>
<% if (page.categories && page.categories.length > 0) { %>
<%= page.categories.data[0].name %>
<% } %>
<% if (page.tags && page.tags.length > 0) { %>
<%= page.tags.data[0].name %>
<% } %>
<% } %>