VictoriaMetrics/app/vmalert/config/testdata/templates/templates3-good.tmpl
Andrii Chubatiuk 7789c47e41
added reusable templates support (#2532)
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
2022-05-20 12:25:11 +03:00

3 lines
No EOL
86 B
Cheetah

{{ define "template3" }}
{{ printf "%s to %s!" "welcome" "hell" | toUpper }}
{{ end }}