<%inherit file="_layout/default.html"/> <%def name="title()">Archives <%def name="header()">Archive <%! import re def excerpt(text): return re.sub('<[^<]+?>', '', text)[:200] %>
% for post in posts:
% if hasattr(post, 'feature_image'): % endif

${post.title}

% endfor