method list($c) is Local { $c.stash(books => $c.model('DB::Book).all); $c.stash(template => 'books/list.tt2'); }