<% if (post.link || post.title) { %>
<%- partial('post/title', { class_name: 'article-title' }) %>
<% } %> <% if (post.layout != 'page') { %> <% } %> <%- partial('post/gallery') %>
<%- post.content %>
<%- partial('comment/index') %>