<%= 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}) %>
<% } %>
<% if (page?.aging === true) { %>
<%- __('article-aging', '0') %>
<% } %> <%- page.content %>
<% if (theme.post?.copyright_info === true || theme?.copyright_info?.enable === true) { %>
<%- 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') %>
<% } %>
<% if (is_post() && theme.toc.enable === true && page.toc !== false) { %>
<%- partial('_partial/toc') %>
<% } %>