Help for this page
HTML::Template::Expr->register_function(box => \&box); ... #use parameters to decide if it is the start or the #end of the box and what title to use etc. }
<!-- TMPL_VAR expr="box('box-start','Table title')" --> table contents here <!-- TMPL_VAR expr="box('box-end')" -->