$template->process( 'toplevel.html', { title => 'Hello, World', header => 'current_header.html', body => 'welcome_page.html' } }; #### [% title %] [% INCLUDE header %] [% INCLUDE body %]