index', routeAction: 'index', pageHeadTitle: 'Liste des recettes' ), self::Route( routeUrl: '/recettes/{string}', routeName: 'recettes->show', routeAction: 'show', pageHeadTitle: 'Recette' ), ]; } public function index(): View { return new View( 'recettes/index', [] ); } }