Catalyst Introducing Catalyst #21

Using that from Catalyst

sub hello :Local {
    my ($self, $c) = @_;
    $c->stash->{template} = 'hello.tt';
}
""