<% if(page.featureImage) { %>
<% } else { %>
<% } %>
<%= page.title %>
<% if (page.categories && page.categories.length) { %> <%- list_categories(page.categories, { show_count: false, class: 'post-categories', style: 'list', separator: '' }) %> <% } %> <% if (page.tags && page.tags.length) { %> <%- list_tags(page.tags, { show_count: false, class: 'post-tags', style: 'list', separator: '' }) %> <% } %>

<%- page.content %> <%- partial('_partial/post-license') %>
<%- partial('_partial/post/nav') %> <% if(theme.comment.use){ %> <% } %>