<%inherit file="base.html"/> <%block name="title">Blacklist <%block name="content"> % for article in articles:

% if article.get('fromrss', 0): % if len(article['icon']): % endif % else: % endif % if article.get('fromrss', 0): ${article['title']} % else: ${article['title']} % endif

${article['summary']}
Open article in new tab
Remove from blacklist

% endfor