Variables in Template
You can also add a custom variable in templates and use it elsewhere in the template. The following syntax can be used for the same.
<<var [Type Name = Value]>>
A short example below demonstrates the concept of variables -
<<var [testvar = "PDF4me API"]>>
You can use it further in a template as -
<<[testvar]>>
You can change the value of the variable by assigning a new value at any later stage in the template.