1 [%- PROCESS 'html/head.tmpl'
2 title_tag = "Filelist of package $pkg/$suite/$arch"
3 page_title = "Filelist of package <em>$pkg</em> in <em>$suite</em> of architecture <em>$arch</em>"
4 keywords = "$suite, $arch, filelist"
5 navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite },
6 { prefix=>'Package:', url=>make_url(pkg,'','arch',undef), name=>pkg },
7 { url=>make_url(pkg), name=>arch },
8 { name => 'Filelist' },
13 [% FOREACH file IN files %]
14 [%- '<div id="pfilelist"><pre>' IF loop.first -%]
16 [% '</pre></div>' IF loop.last -%]
19 [%- PROCESS 'html/foot.tmpl' -%]