Initial commit

This commit is contained in:
2025-07-29 22:47:42 +00:00
commit da0dbbb9e4
13 changed files with 535 additions and 0 deletions

10
app/views/layout.latte Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>My App</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
{block content}{/block}
</body>
</html>