about summary refs log tree commit diff stats
path: root/test/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/template.html')
-rw-r--r--test/template.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/template.html b/test/template.html new file mode 100644 index 0000000..3de5bf2 --- /dev/null +++ b/test/template.html
@@ -0,0 +1,6 @@
1<!DOCTYPE html>
2<title>{{ title }}</title>
3
4<body>
5 {{body}}
6</body>