Retro68/gcc/libgo/go/text/template/testdata/file2.tmpl

3 lines
76 B
Cheetah
Raw Normal View History

2012-03-27 23:13:14 +00:00
{{define "dot"}}{{.}}{{end}}
{{define "nested"}}{{template "dot" .}}{{end}}