%inherit file="_layout/default.html"/>
<%def name="title()">${tag.name}%def>
<%def name="header()">tag: ${tag.name}%def>
% 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: