pass requests to controller, return twig template

This commit is contained in:
Yisroel Baum 2025-10-25 23:06:48 +03:00
parent 2383fd9d93
commit 5775b4b3c3
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 30 additions and 6 deletions

9
templates/home.html.twig Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Slim!</title>
</head>
<body>
<h1>Hello {{ name }}</h1>
</body>
</html>