VictoriaMetrics/app/vmalert/config/testdata/templates/templates3-good.tmpl

3 lines
86 B
Cheetah
Raw Normal View History

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