aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf/tests/templates/sample.html
diff options
context:
space:
mode:
Diffstat (limited to 'wkhtmltopdf/tests/templates/sample.html')
-rw-r--r--wkhtmltopdf/tests/templates/sample.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/wkhtmltopdf/tests/templates/sample.html b/wkhtmltopdf/tests/templates/sample.html
new file mode 100644
index 0000000..3dfbdbb
--- /dev/null
+++ b/wkhtmltopdf/tests/templates/sample.html
@@ -0,0 +1,7 @@
+<html>
+ <head>
+ </head>
+ <body>
+ <h1>{{ title }}</h1>
+ </body>
+</html>