% layout 'standard', title => 'Create Blog', sb_active => 'dashboard';
Domain Name
Blog Settings
Finish
Blog Settings
Let's name and describe this!
% 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 %>
% }
% }