#from xml.sax.saxutils import escape
#from urlparse import urljoin
#from template import format_date, xmlchars
#import time
Content-type: text/html
#set $date = $format_date($path)
#if $date
#set prevhead = ''
#for $item in $Items
#set $head = $time.strftime('%a, %d %b %Y', $item.mtime)
#if $head <> $prevhead
$head
#set $prevhead = $head
#end if
$item.title
$item.description.strip
#end for