">
<% if (post.title) { %>

<%= post.title %>

<% } %> <%- partial('categories',{post:post}) %>
<%- post.excerpt || post.content %> <% if (post.excerpt) { %> <% } %> <% if (post.tags && post.tags.length) { %>
<% post.tags.each(function(item){ %> <%=item.name %> <%})%>
<% } %>