helmfile/test/integration/test-cases/include-template-func/input/nested/_helpers.tpl

3 lines
58 B
Smarty

{{- define "echo" -}}
nested-{{ .Echo | trim }}
{{- end }}