(root)/
gcc-13.2.0/
libgo/
go/
html/
template/
testdata/
file2.tmpl
{{define "dot"}}{{.}}{{end}}
{{define "nested"}}{{template "dot" .}}{{end}}