<%= page.title %>

<%- partial('_partial/article-meta-info', {articleObject: page, index: true}) %>
<%- page.content %>
<% if (page.prev || page.next) { %>
<% if (page.prev) { %>
<% } %> <% if (page.next) { %>
<% } %>
<% } %> <% if (theme.comments.valine.enable || theme.comments.gitalk.enable) { %>
<%- partial('_partial/comments/comment') %>
<% } %>