<% if (post.banner) { %> <%- partial('post/banner') %> <% } %> <%- partial('post/gallery') %> <% if (post.link || post.title) { %>
<%- partial('post/title', { class_name: 'article-title' }) %>
<% } %>
<% if (index && post.excerpt) { %>

<%- post.excerpt %>

<%= __('article.more') %>

<% } else { %> <% if (!index && post.toc) { %>
<%= __('article.catalogue') %> <%- toc(post.content) %>
<% } %> <%- post.content %> <% } %>
<% if (!index) { %> <%- partial('post/nav') %> <% } %>
<% if (!index) { %> <%- partial('comment/index') %> <% } %>