mikrotik-exporter/vendor/github.com/alecthomas/template/testdata/file2.tmpl
2017-09-04 22:52:14 -04:00

3 lines
76 B
Cheetah

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