Help for this page
$tmpl->param( content => [{ title=>'hi'...body=>'testing' }] );
push(@array, { title=>'hi',body=>'testing'}); $tmpl->param( content => \@array);