diff options
Diffstat (limited to 'caddyhttp/markdown/testdata/tpl_with_include.html')
-rw-r--r-- | caddyhttp/markdown/testdata/tpl_with_include.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/caddyhttp/markdown/testdata/tpl_with_include.html b/caddyhttp/markdown/testdata/tpl_with_include.html new file mode 100644 index 000000000..68cc986cf --- /dev/null +++ b/caddyhttp/markdown/testdata/tpl_with_include.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>{{.Doc.title}}</title> + </head> + <body> + Welcome to {{.Doc.sitename}}! + <br><br> + {{.Doc.body}} + </body> +</html> |