github.com/rakyll/go@v0.0.0-20170216000551-64c02460d703/src/text/template/testdata/file2.tmpl (about) 1 {{define "dot"}}{{.}}{{end}} 2 {{define "nested"}}{{template "dot" .}}{{end}}