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