File Manager

Path: /opt/golang/1.22.0/src/text/template/testdata/

Viewing File: file2.tmpl

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