<%- partial('post/title', {item: item, index: false}) %>
<% if (post) { %>
<% } else { %>
<% } %>
<% if (item.description) { %>
<%- item.description %>
<% } %> <%- item.content %>
<%- partial('post/pagination', {page: item}) %>
<%- partial('post/comment_footer', {page: item}) %>
<% if (post) { %>
<%- partial('post/meta', {item: item}) %>
<% } %>