Help for this page
my %content = { title => 'hi', body=>'testing' }; my $page = $obj->Template->format (content => %content);
my $content = { title => 'hi', body => 'testing' }; my $page = $obj->Template->format( content => $content );