<%= page.title %>

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