## -*- coding: utf-8 -*- <%namespace name="common" file="common.block.html"/> <%namespace name="styles" file="../styles.block.html"/> <%namespace name="post" file="post.mako.html"/> <%def name="title()">What's new in Atushka for ${common.today()} <%def name="content()">

Here are % if posts.mode == 'new': the most interesting %else: all new % endif entries from your newsfeed in Atushka for ${common.today()}.

% for entry in posts: ${styles.delim()}
${post.render_post_for(entry, entry.post_author, entry.feed, show_shared=True)}
% endfor ${ common.layout(title, content ) }