Help for this page
# see UNDER above ... my $c = shift; return $c->render(text => $text_b); };
# Admin section ... # GET /admin/dashboard get '/dashboard' => {text => 'Nothing to see here yet.'}; };