mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Implemented start page
This commit is contained in:
		| @@ -24,7 +24,7 @@ class DefaultController extends AbstractController implements DefaultControllerI | ||||
|      */ | ||||
|     public function homepage(): Response | ||||
|     { | ||||
|         return new Response("Hello World!"); | ||||
|         return $this->render("standard/homepage.html.twig",['menu_items'=>[]]); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user