<%= page.title %>
<% if (theme.base_info.author || config.author) { %>
<%- image_tag(theme.style.avatar) %>
<%= theme.base_info.author || config.author %> <% if (theme.hasOwnProperty('post') && theme.post.author_label.enable === true) { %> <%- getAuthorLabel(site.posts.length, theme.post.author_label.auto, theme.post.author_label.custom_label_list) %> <% } %>
<%- partial('_partial/article-meta-info', {articleObject: page, index: true}) %>
<% } else { %>
<%- partial('_partial/article-meta-info', {articleObject: page, index: true}) %>
<% } %>
<%- page.content %>
<% if (theme.copyright_info.enable) { %>
<%- partial('_partial/article-copyright-info') %>
<% } %> <% if (page.tags.length) { %> <% } %> <% if (page.prev || page.next) { %>
<% if (page.prev) { %>
<% } %> <% if (page.next) { %>
<% } %>
<% } %> <% if (theme.comment.enable === true && theme.comment.hasOwnProperty(theme.comment.use)) { %>
<%- partial('_partial/comment/comment') %>
<% } %>