Test translate current locale template function [dynamic] ("word", arguments...)
call .tr "hi" "iris"

{{call .tr "hi" "iris"}}

Test translate of any language template function [static] ("language", "word", arguments...)
tr "zh-CN" "hi" "iris"

{{tr "zh-CN" "hi" "iris"}}

Test HTML link ("word", arguments...)
call .trUnsafe "trUnsafe" "userProfilePublicDescription" "https://iris-go.com"

{{call .trUnsafe "userProfilePublicDescription" "https://iris-go.com"}}