{{ greet(name="World") }}

The sum of {{ a }} and {{ b }} is: {{ sum(a=a, b=b) }}

{{ a }} multiplied by {{ b }} is: {{ multiply(a=a, b=b) }}

Formatted number: {{ format_number(number=sum(a=a, b=b), prefix="Result: ", suffix=" units") }}

This template is using Rhai functions that can be hot-reloaded!