8 lines
		
	
	
		
			103 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
$app->get('/home', function() use($app) {
 | 
						|
 | 
						|
	$app->render('pages/home.twig');
 | 
						|
 | 
						|
})->name('home');
 |