Referencing script variables A reference to a script variable is defined using the following syntax: $variables.<scriptVariable> For example, if you want to reference the script variable $country you must define this reference as $variables.country in the template.
$variables.<scriptVariable>