"> <%- partial('meta',{post:post}) %>
<%- post.excerpt || post.description || post.content %> <% if (post.readmore != false && (post.excerpt || post.description)) { %> <% } %> <% if (post.tags && post.tags.length) { %>
<% post.tags.each(function(item){ %> <%=item.name %> <%})%>
<% } %>