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