github.com/hbdrawn/golang@v0.0.0-20141214014649-6b835209aba2/src/text/template/testdata/file2.tmpl (about) 1 {{define "dot"}}{{.}}{{end}} 2 {{define "nested"}}{{template "dot" .}}{{end}}