github.com/gohugoio/hugo@v0.88.1/tpl/internal/go_templates/texttemplate/testdata/file2.tmpl (about)

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