aboutsummaryrefslogtreecommitdiff
path: root/testdata/html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/html.tmpl')
-rw-r--r--testdata/html.tmpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/html.tmpl b/testdata/html.tmpl
new file mode 100644
index 0000000..967be5e
--- /dev/null
+++ b/testdata/html.tmpl
@@ -0,0 +1,5 @@
+<!DOCTYPE>
+<html>
+<head><title>{{.Title}}</title></head>
+<body>{{.Body}}</body>
+</html>