template inner_template => sub {
    my $self  = shift;

   print $self->uri_for('/foo'), "\n";
   print "context: ", ref $self->context, "\n";
};
