% if ( my $confirmation = flash 'confirmation' ) { % } % if ( my $error_message = flash 'error_message' ) { % } % if ( $c->stash->{success} ) { % } % if ( my $errors = flash 'errors' ) { % } % if ( $c->stash->{errors} ) { % }