-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a way to escape mustache #177
Comments
Justo to double-check; Do you want |
I would expect it to render {{path}} instead of performing binding logic. |
Another double-check: Did you actually mean rendering |
When I put tripple mustaches in my template I expect double mustaches to be rendered. So it is: {{path}} in the light DOM. |
I see, any concrete use case? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to support tripple mustache to escape the curly braces. It doesn't seem to work.
The text was updated successfully, but these errors were encountered: