mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
3 lines
86 B
Cheetah
3 lines
86 B
Cheetah
|
{{ define "template3" }}
|
||
|
{{ printf "%s to %s!" "welcome" "hell" | toUpper }}
|
||
|
{{ end }}
|