<% var filtered = items.filter(function(item){return !((item.isBoost && !opts.boosts) || (item.isReply && !opts.replies)) })%>
<% filtered.forEach(function(item){ %>
<% if (item.isBoost) { %>
<%- item.title %>
<% } %>
<% if (item.hasCw){ %>
<% var cwId = (item.cw+item.atomHref).replace(/\W+/g,'') %>
<%- item.cw %>
<% } %>
<%- item.content %>
<% if (item.enclosures.length > 0){ %>
<% } %>
<%= item.stringDate %>
<% }); %>
<% if (nextPageLink) %>
<% %>
<% if ( isIndex ){ %>
<% } %>