A single variable must be wrapped by delimiting characters ( or delimiters ). Double brace wrapper "{{}}" is the default way to delimitate variables.
{{single_variable}}
The following elements of the looping structure can be customized :
left variable delimiter
right variable delimiter
Considering the following templating syntax :
#{
}#
A single variable template expression should have following structure :
#{single_variable}#
Last updated 1 year ago