github.com/muesli/go@v0.0.0-20170208044820-e410d2a81ef2/src/text/template/testdata/file2.tmpl (about) 1 {{define "dot"}}{{.}}{{end}} 2 {{define "nested"}}{{template "dot" .}}{{end}}