<% if(posts.length){ first=1;%> <% _.each( posts, function( post ){ %>
<% if( post.thumbnail && post.thumbnail.src && post.thumbnail.src.length ){ %> <% if(first==1){%>
<% first=0;}else{%> <%}%> <% } %>
<% if ( post.subhead ) { %>
<%= post.subhead %>
<% } %>

<%= post.title %>

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