<% if(posts.length){ %> <% _.each( posts, function( post ){ %>
<% if ( post.subhead ) { %>
<%= post.subhead %>
<% } %>

<%= post.title %>

<% if( post.thumbnail && post.thumbnail.src && post.thumbnail.src.length ){ %> <% } %>
<% }); %> <% if( TemplateTags.displayGetMoreLink() ){ %>
<% } %> <% }else{ %>
No post found
<% } %>