template inner => sub {
my $self = shift;
print $self->uri_for('/foo'), "\n";
print "context: ", ref $self->context, "\n";
};
template inner => sub {
my $self = shift;
print $self->uri_for('/foo'), "\n";
print "context: ", ref $self->context, "\n";
};