github.com/mh-cbon/go@v0.0.0-20160603070303-9e112a3fe4c0/src/text/template/testdata/file2.tmpl (about) 1 {{define "dot"}}{{.}}{{end}} 2 {{define "nested"}}{{template "dot" .}}{{end}}