% layout 'standard', title => 'Dashboard', sb_active => 'dashboard';
%= include 'dashboard/_blog_nav', page => 'pages'
% if ( my $confirmation = flash 'confirmation' ) {
<%== $confirmation %>
% }
% if ( $c->stash->{success} ) {
<%= $c->stash->{success_message} %>
% }
% if ( $c->stash->{errors} ) {
There were errors with your request that could not be resolved:
% for my $error ( @{$c->stash->{errors}} ) {
- <%= $error %>
% }
% }
% if ( $blog_pages ) {
| Path |
Edit |
Delete |
% for my $page ( @{$blog_pages} ) {
| <%= $page->rel_path %> |
Edit Page |
|
% }
% }