get '/' => sub { my $c = shift; $c->render; } => 'index'; #### get ('/' , sub { ... } , 'index');