diff --git a/modules/caddyhttp/templates/templates.go b/modules/caddyhttp/templates/templates.go index 5aff27f5b..b2fe184d7 100644 --- a/modules/caddyhttp/templates/templates.go +++ b/modules/caddyhttp/templates/templates.go @@ -107,7 +107,7 @@ func init() { // // **index.html** // ``` -// {{ import "/path/to/file.html" }} +// {{ import "/path/to/filename.html" }} // {{ template "main" }} // ``` //