file2.tmpl 76 B

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