Variables
You can reference the value of a system variable using curly brackets like this:
In practice variable references should never appear on their own, but rather be nested between tags:
You can also use template literals inside of curly brackets:
Last updated