## -*- 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()">Новые записи ваших друзей за ${common.today()} <%def name="content()">

Вот % if posts.mode == 'new': самые интересные %else: все новые % endif записи ваших друзей в Этушке за ${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 ) }