diff options
Diffstat (limited to 'tests/templates/basic.html')
| -rw-r--r-- | tests/templates/basic.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/templates/basic.html b/tests/templates/basic.html new file mode 100644 index 0000000..a0ce0d4 --- /dev/null +++ b/tests/templates/basic.html @@ -0,0 +1,7 @@ +<html> + <head> + <title>{{ title }}</title> + </head> + <body> + </body> +</html> |
