[% DEFAULT htmlout_prefix = "HTML Output" -%] [% USE wrap -%] [% WRAPPER html/cell %] [% htmlout_prefix %] #[% n %]:
[% INCLUDE $file
| replace('\n+', "\n") # collapse empty lines
| wrap(80) # wrap text
| html # escape HTML
| replace('<!--', '<!--')
| replace('-->', '-->')
%]
[% END %]