<?php
	
$app->get('/music', function() use($app) {
	
	$app->render('music.php');

})->name('music');