<%inherit file="default.tmpl"/> ####################################################################### <%def name="contents()">\ ${body} <% history = get_recently(get_current_file()) %> % if len(history)>1:

What's new?

% for mtime,ctime,title,link in history: % if mtime > ctime: Modified ${format_date(mtime)}\ % else: Created ${format_date(ctime)}\ % endif : ${title | entity}
% endfor % endif \