<%- partial('_partial/header') %>
<%- partial('post/gallery') %>
<% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %>
<% } %>
<% if (post.excerpt && index){ %>
<%- post.excerpt %>
<% if (theme.excerpt_link){ %>
<%= theme.excerpt_link %>
<% } %>
<% } else { %>
<%- post.content %>
<% } %>
<% if (theme.donate.enable){ %>
<% } %>
<% if (!index){ %>
<%- partial('post/nav') %>
<% } %>
<% if (!index && post.comments && theme.gitment.owner && theme.gitment.repo && theme.gitment.client.id && theme.gitment.client.secret){ %>
<% } %>
<% if(!index && post.comments && theme.utterances.enable && theme.utterances.repo){ %>
<% } %>
<% if (!index && post.comments && config.disqus_shortname){ %>
<% } %>
<% if(!index && post.comments && theme.valine.enable && theme.valine.appId && theme.valine.appKey){ %>
<% } %>