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

3 lines
76 B
Cheetah
Raw Normal View History

2017-10-06 15:29:20 +00:00
{{define "dot"}}{{.}}{{end}}
{{define "nested"}}{{template "dot" .}}{{end}}