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