diff options
Diffstat (limited to 'src/html/template/testdata/tmpl2.tmpl')
-rw-r--r-- | src/html/template/testdata/tmpl2.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/html/template/testdata/tmpl2.tmpl b/src/html/template/testdata/tmpl2.tmpl new file mode 100644 index 0000000..16beba6 --- /dev/null +++ b/src/html/template/testdata/tmpl2.tmpl @@ -0,0 +1,3 @@ +template2 +{{define "y"}}y{{end}} +{{template "x"}} |