New
This commit is contained in:
10
web/templates/test.html
Normal file
10
web/templates/test.html
Normal 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>
|
||||
Reference in New Issue
Block a user