diff options
Diffstat (limited to 'go.dev/cmd/internal/html/template/testdata/tmpl1.tmpl')
| -rw-r--r-- | go.dev/cmd/internal/html/template/testdata/tmpl1.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/go.dev/cmd/internal/html/template/testdata/tmpl1.tmpl b/go.dev/cmd/internal/html/template/testdata/tmpl1.tmpl new file mode 100644 index 00000000..b72b3a34 --- /dev/null +++ b/go.dev/cmd/internal/html/template/testdata/tmpl1.tmpl @@ -0,0 +1,3 @@ +template1 +{{define "x"}}x{{end}} +{{template "y"}} |
