[%- PROCESS 'html/head.tmpl' title_tag = "Filelist of package $pkg/$suite/$arch" page_title = "Filelist of package $pkg in $suite of architecture $arch" keywords = "$suite, $arch, filelist" navigation = [ { prefix=>'Distribution:', title=>'Overview over this suite', url=>make_url('/'), name=>suite }, { prefix=>'Package:', url=>make_url(pkg,'','arch',undef), name=>pkg }, { url=>make_url(pkg), name=>arch }, { name => 'Filelist' }, ] -%]

[% FOREACH file IN files %] [%- '
' IF loop.first -%]
[% file %]
[% '
' IF loop.last -%] [% END %]