mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Add missing (accidentally .gitignored) templates
This commit is contained in:
parent
bdf63673f3
commit
06e13b3752
7
demo/src/app/views/static/get.zmpl
Normal file
7
demo/src/app/views/static/get.zmpl
Normal 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>
|
7
demo/src/app/views/static/index.zmpl
Normal file
7
demo/src/app/views/static/index.zmpl
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user