blob: e7052b746c3a3759dc7b10dc94655adc89b422e7 [file] [log] [blame]
<% var page_type = page.type ? page.type : page.path.slice(0, -5) %>
<article class="article article-type-<%= page_type %>">
<div class="article-entry" itemprop="articleBody">
<%- partial('post/title', {post: post}) %>
<%- page_anchor(post.content) %>
</div>
<% if (page_type === 'article') { %>
<%- partial('_partial/post/nav') %>
<% } %>
<%- partial('footer') %>
<%- partial('after-footer') %>
</article>