<% if ( post.subhead ) { %>
<%= post.subhead %>
<% } %>
<%= post.title %>
<% if( post.thumbnail && post.thumbnail.src && post.thumbnail.src.length ){ %>
<% if (post.thumbnail.caption) { %>
<%= post.thumbnail.caption %>
<% } %>
<% } %>
<%= post.content %>