Template Expression
A piece of code that defines how to access and use a variable available
in a given context, such as a dashboard Note widget. In
LogScale, a template expression is written between double
curly braces ({{ and }}); everything between
the opening and closing braces is evaluated as an expression. Template
expressions can inject dashboard parameter values or time variables
into note text dynamically.