github.com/razvanm/vanadium-go-1.3@v0.0.0-20160721203343-4a65068e5915/src/text/template/testdata/file2.tmpl (about)

     1  {{define "dot"}}{{.}}{{end}}
     2  {{define "nested"}}{{template "dot" .}}{{end}}