% if sitename:
${sitename}: ${path}
% else:
${path}
% endif % if header: ${header}
% endif
Index of ${path}
% if path != '/':
../
% endif % for name in dirnames:
${name}
% endfor % for file in files:
% if file['preview']:
% endif ${file['name']}
% endfor