Files
plugin-drone-helm/vendor/github.com/alecthomas/template/testdata/file2.tmpl
T
2018-05-04 11:15:28 +02:00

3 lines
76 B
Cheetah

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