sub template_vars { my $self = shift; return ( $self->SUPER::template_vars, foo => 'bar' ); }