Replies: 1 comment
-
You can use the "triple-stash" {{{ }}} in your template if you don't want handlebars to escape the value: https://handlebarsjs.com/guide/expressions.html#html-escaping |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
string location= "Location {{LocationName}}";
var data = new {LocationName = "Ohio & Utah"};
Beta Was this translation helpful? Give feedback.
All reactions