Directive to reset the value of a persistent variable to its initial value. If the variable does not exist, nothing will happen. The placeholder will always be replaced with an empty string.
Syntax: {{reset x}}, where x is the name of the variable to reset.
Directive to reset the value of a persistent variable to its initial value. If the variable does not exist, nothing will happen. The placeholder will always be replaced with an empty string.
Syntax:
{{reset x}}
, wherex
is the name of the variable to reset.