| Index: tests/test_site/templates/head-test.tmpl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/tests/test_site/templates/head-test.tmpl |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| +{{ head | safe }} |
| + <title>Page Title</title> |
| + <link rel="stylesheet" href="/dist/css/main.min.css"> |
| + <base href="https://www.example.com/news/index.html"> |
| + <script src="/scripts/myscript.js"></script> |
| + </head> |
| +{{ body | safe }} |
| +</html> |