Content-Type: text/html [% IF cookie %]Set-Cookie: [% cookie %][% END %] [% PROCESS 'templates/web/title.tt2.html' %]
[% IF errors %]
[% PROCESS 'templates/web/errors.tt2.html' %]
[% ELSE %] [% IF notifications %]
[% PROCESS 'templates/web/notices.tt2.html' %]
[% END %] [% PROCESS 'templates/web/content.tt2.html' %] [% END %]

[% IF dump %] DUMP :
[% USE Dumper %] [% Dumper.dump_html(dump) %]

[% END %]