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