Help for this page
$template->process( 'toplevel.html', { ... body => 'welcome_page.html' } };
<html> <head> ... [% INCLUDE body %] <!-- To include welcome_page.html --> </body> </html>