status: hidden
title: MySite » %(field_value)s
index: [tags, category]
template: self
<%inherit file="master.mak"/>
% if field == "tags":
Index for the tag ${field_value}
% else:
Index for the ${field_value}
${field.capitalize()}
% endif
% for item in collection:
- ${ item['date'] | n,datetimeformat("%d %b %Y") } » ${ item['title'] }
<% if page['date'] < item['date']: page['date'] = item['date'] %>
% endfor