github.com/ltltlt/go-source-code@v0.0.0-20190830023027-95be009773aa/text/template/testdata/file2.tmpl (about)

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