There are no articles matching your current view.
You can change your view using the controls above.
{/if}
{if singleFeed}
You are previewing this news feed. To subscribe, click the button below, or drag it to a collection on the left.
{/if}
{var group = null}
{for post in allPosts}
{if group != post.group}
{if group}
{/if}
{var group = post.group}
{var feedItemCount = 0}
{if group == "unread"}New Articles{/if}{if group == "flagged"}Saved Articles{/if}{if group == "read"}Viewed Articles{/if}
{/if}
{var postdate = new Date(post.datevalue);
var time = postdate.toPrettyDateString() + ' at ' + postdate.toPrettyTimeString();
var savedClass = post.flagged ? 'saved' : 'unsaved';
var escapedTitle = encodeURIComponent(post.title).replace(/\'/g, "%27");
var escapedContent = encodeURIComponent(post.description).replace(/\'/g, "%27");
var escapedExcerpt = encodeURIComponent(post.excerpt).replace(/\'/g, "%27");
feedItemCount++;}
${post.excerpt}
${post.description}
{/for}
{if allPosts.length > 0}
{/if}
{if totalPosts > allPosts.length + MAX_POSTS_PER_PAGE*(page-1)}