Initial commit

This commit is contained in:
XOF
2025-11-20 12:12:26 +08:00
commit 179a58b55a
169 changed files with 64463 additions and 0 deletions

10
web/templates/test.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Pongo2 Test</title>
</head>
<body>
<h1>Hello from Test Template!</h1>
<p>My name is {{ name }}.</p>
</body>
</html>