Substitutes every {{path}} token in a string with its resolved context value. Unresolved tokens are left intact (rather than emitting 'undefined'), surfacing a clear authoring error.
{{path}}
'undefined'
The string that may contain {{path}} tokens.
The context object values resolve against.
The resolved string.
Substitutes every
{{path}}token in a string with its resolved context value. Unresolved tokens are left intact (rather than emitting'undefined'), surfacing a clear authoring error.