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

${article['title']}

${article['summary']}

Open article in new tab
Already read this?
Don't want to see articles like this?

% endfor