<% if (is_post()) { %>

<%= page.title %>

<%- partial('common/article-meta-info', {articleObject: page, index: true}) %>
<%- page.content %>
<% if (page.prev) { %>
<% } %> <% if (page.next) { %>
<% } %>
<%- partial('common/valine') %>
<% } %>