diff options
Diffstat (limited to 'deps/inja/test/data/html/header.txt')
-rw-r--r-- | deps/inja/test/data/html/header.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/inja/test/data/html/header.txt b/deps/inja/test/data/html/header.txt new file mode 100644 index 0000000..6b6d6ed --- /dev/null +++ b/deps/inja/test/data/html/header.txt @@ -0,0 +1,3 @@ +<head> + <title>{{ title }}</title> + </head>
\ No newline at end of file |