<%! from django.core.urlresolvers import reverse %> <%namespace name='static' file='../static_content.html'/> <%inherit file="../main.html" /> <%block name="title">edX in the Press
% for article in articles:

${article.title}

% if article.deck:

${article.deck}

% endif
${article.url}
% endfor