System / OS
Light
Dark
Fixed width
Fit to window
#[Route('/', name: 'PG_index')]
public function PG_index(): Response
{
dump("PG_index");
return $this->render('pgautier/index.html.twig', [
'controller_name' => 'PG_index',
]);
"PG_index"