% if ( my $datasets = stash('datasets' ) ) {
% foreach my $path ( @$datasets ) { % }
% } else { <%= session('path') %> % } load columns · items: % foreach my $show ( glob 'templates/data/items/*.html.ep' ) { % $show =~ s{^.+/([^/]+)\.html\.ep$}{$1}; % my $class = session('show') eq $show ? 'class=active' : ''; ><%= $show %> % } % if ( $self->can('_export_path') && glob $self->_export_path('*') ) { · export % } · code % if ( my $id = stash('nytprof.id') ) { · profile % } config · changes actions % my $visible_class = session('modified') ? '' : 'hide'; % my $path = session('path'); · save