Help for this page

Select Code to Download


  1. or download this
    
    # see UNDER above
    ...
        my $c = shift;
        return $c->render(text => $text_b);
    };
    
  2. or download this
    
    # Admin section
    ...
      # GET /admin/dashboard
      get '/dashboard' => {text => 'Nothing to see here yet.'};
    };