# process template page my $t = $self->template; $t->process( $template, $template_vars, $output ) or die sprintf q{Template error in '%s': %s}, $template, $t->error(); return OK; }