<%- partial('_partial/header', {}, { cache: true }) %>
<%- partial('post/gallery') %> <% if (post.link || post.title) { %>
<%- partial('post/title', {class_name: 'p-name entry-title article-title'}) %>
<% } %> <% if (post.excerpt) { %>

<%- post.excerpt %>

<% } %>
<%- toc(page.content, {list_number: false}) %> <%- post.more %>
<% if (!index) { %> <%- partial('post/nav') %> <% } %>