<% if ( post.subhead ) { %>
<%= post.subhead %>
<% } %>
<%= post.title %>
By
<%= post.author %><%= getCustomDate(post.date) %>
<% if( TemplateTags.addonIsActive( 'wpak-addon-favorites' ) && TemplateTags.isComponentTypeLoaded( 'favorites' ) ) { %>
<% } %>
<% if( post.thumbnail && post.thumbnail.src && post.thumbnail.src.length ){ %>
<% if (post.thumbnail.caption) { %>
<%= post.thumbnail.caption %>
<% } %>
<% } %>
<%= post.content %>