<%= page.title %>
<% if (theme.base_info.author || config.author) { %>
<%- image_tag(theme.style.avatar) %>
<%= theme.base_info.author || config.author %> Lv<%- getLevel(site.posts.length) %>
<%- 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.prev || page.next) { %>
<% if (page.prev) { %>
<% } %> <% if (page.next) { %>
<% } %>
<% } %> <% if (theme.comment.valine.enable || theme.comment.gitalk.enable) { %>
<%- partial('_partial/comment/comment') %>
<% } %>