route/vendor/github.com/alecthomas/template/testdata/file2.tmpl

3 lines
76 B
Cheetah

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