<%inherit file="_layout/default.html"/> <%def name="title()">${tag.name} <%def name="header()">tag: ${tag.name} % for post in tag.posts: % if loop.index % 2 == 0:
% endif <%include file="_includes/article-excerpt.html" args="post=post"/> % if loop.index % 2 == 1 or loop.last:
% endif % endfor