diff options
Diffstat (limited to 'caddyhttp/templates/testdata/root.html')
-rw-r--r-- | caddyhttp/templates/testdata/root.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caddyhttp/templates/testdata/root.html b/caddyhttp/templates/testdata/root.html index e1720e726..ccc1f6349 100644 --- a/caddyhttp/templates/testdata/root.html +++ b/caddyhttp/templates/testdata/root.html @@ -1 +1 @@ -<!DOCTYPE html><html><head><title>root</title></head><body>{{.Include "header.html"}}</body></html> +<!DOCTYPE html><html><head><title>{{ root }}</title></head><body>{{.Include "header.html"}}</body></html> |