{{ }}. The calculations performed within this placeholder
only supports a returned data type that can be within the range of integers, floats, strings
or booleans. The Returned data type cannot be arrays, functions or objects. This is because
the returned data type is printed directly on the web page.
The examples below show how the braces can be applied.
{{ 2 + 2 }}
{{ 2 / 2 * 3 }}
{{ true? 'yes' : 'no' }}
{{ true ?? false }}
{{ myfunction() }}