% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'pages' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % }
% if ( $blog_pages ) { % for my $page ( @{$blog_pages} ) { % }
Path Edit Delete
<%= $page->rel_path %> Edit Page
% }