Directive to set the value of a persistent variable. If the variable does not exist, it will be created. The placeholder will always be replaced with an empty string.
Syntax: {{set x:y}}, where x is the name of the variable to set and y is the value to set it to.
Directive to set the value of a persistent variable. If the variable does not exist, it will be created. The placeholder will always be replaced with an empty string.
Syntax:
{{set x:y}}
, wherex
is the name of the variable to set andy
is the value to set it to.