<% if (post.link || post.title){ %>
<%- partial('post/title', {class_name: 'article-title'}) %>
<% } %> <% if (index || is_post()) { %> <% } %> <% if (theme.toc && is_post()){ %> <%- partial('post/tocbot') %> <% } %>
<%- partial('post/justifiedGallery') %> <%- partial('post/gallery') %> <% if (post.excerpt && index){ %> <%- post.excerpt %> <% if (theme.excerpt_link){ %> <%= theme.excerpt_link %> <% } %> <% } else { %> <%- post.content %> <% } %>
<% if (!index){ %> <%- partial('post/nav') %> <% } %> <% if (theme.valine && theme.valine.enable){ %> <%- partial('post/valine', { key: post.slug, title: post.title, url: config.url+url_for(post.path) }) %> <% } %> <% if (is_post()) { %> <%- partial('post/gitalk') %> <%} %>