Help for this page

Select Code to Download


  1. or download this
    prefix '/en/collections' => sub {
        get '/:link' => sub {
    ...
              { layout => 'pin' };
        };
    };
    
  2. or download this
    prefix '/en/collections' => sub {
        get '/:link' => sub {
    ...
        };
    };