[% USE Date;

   # define page data structure
   page = {
	   file  = template.name
	   title = template.title
	   about = template.about
	   type  = template.type or 'html'
	   date  = template.date or Date.format(template.modtime)
	  };
-%]
