% layout 'standard', title => 'Dashboard', sb_active => 'dashboard'; %= include 'dashboard/_blog_nav', page => 'posts' % if ( my $confirmation = flash 'confirmation' ) { % } % if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % }
% if ( $blog_posts ) { % for my $post ( @{$blog_posts} ) { % }
Title Date Edit Delete
<%= $post->headers->{title} %> <%= $post->headers->{date} %> Edit Post
% }