-
Example Handlebars template: <div>Hello {{doesWhat}}</div>
<template class="handlebars-template-for-client-side">
<div>Client {{doesWhat}}</div>
</template> Can I tell Handlebars ignore content in |
Beta Was this translation helpful? Give feedback.
Answered by
jaylinski
Dec 6, 2021
Replies: 1 comment 1 reply
-
You have two options, as described here: https://handlebarsjs.com/guide/expressions.html#escaping-handlebars-expressions An example. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jaylinski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have two options, as described here: https://handlebarsjs.com/guide/expressions.html#escaping-handlebars-expressions
An example.