Declare a template variable which can be replaced at compile time with an environment specific value.
The final variable name will be prefix + variableName
prefix + variableName
The key used to identify the variable.
The prefix to apply the variable name (Defaults to 'TMPL_')
Declare a template variable which can be replaced at compile time with an environment specific value.
The final variable name will be
prefix + variableName