"> <%- partial('meta',{post:post, position:'header'}) %>
<% if (post.excerpt) { %> <%- post.excerpt %> <% } else if (post.description) { %>

<%- post.description %>

<% } else { %> <%- post.content %> <% } %>
<% if (theme.layout.on_list.readmore) { %> <% if ((post.readmore != false) && (post.excerpt || post.description || post.link)) { %> <% } %> <% } %>