Variables allow you to store and reuse a piece of information throughout the template.
They also allow you to request additional information to the user and create fill-in-the-blanks forms (fill-in variables).
The variables are stored inside a template and its contents are displayed inside the document by using a variable placeholder, which uses the following syntax:
{{varname}}
NOTE: variables can contain plain text only and the name must be unique inside a template.