Add missing (accidentally .gitignored) templates

This commit is contained in:
Bob Farrell 2024-06-03 22:15:31 +01:00
parent bdf63673f3
commit 06e13b3752
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<html>
<body>
<div>You made a request to /static/{.id} with:</div>
<div>foo: {.foo}</div>
<div>bar: {.bar}</div>
</body>
</html>

View File

@ -0,0 +1,7 @@
<html>
<body>
<div>You made a request to /static with:</div>
<div>foo: {{.foo}}</div>
<div>bar: {{.bar}}</div>
</body>
</html>