${article.title}
% if article.deck:${article.deck}
% endif ${article.publication} | ${article.publish_date} % if article.author: | By ${article.author} % endif%! from django.core.urlresolvers import reverse %> <%namespace name='static' file='../static_content.html'/> <%inherit file="../main.html" /> <%block name="title">
${article.deck}
% endif ${article.publication} | ${article.publish_date} % if article.author: | By ${article.author} % endif