Skip to content
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

Open
nguyenanduong opened this issue Apr 23, 2016 · 5 comments
Open

Need a way to escape mustache #177

nguyenanduong opened this issue Apr 23, 2016 · 5 comments

Comments

@nguyenanduong
Copy link

We need to support tripple mustache to escape the curly braces. It doesn't seem to work.

@asudoh
Copy link
Contributor

asudoh commented Apr 23, 2016

Justo to double-check; Do you want {{{path}}} to be no-op for liaison?

@nguyenanduong
Copy link
Author

I would expect it to render {{path}} instead of performing binding logic.

@asudoh
Copy link
Contributor

asudoh commented Apr 24, 2016

Another double-check: Did you actually mean rendering {{{path}}}?

@nguyenanduong
Copy link
Author

When I put tripple mustaches in my template I expect double mustaches to be rendered. So it is: {{path}} in the light DOM.

@asudoh
Copy link
Contributor

asudoh commented Apr 24, 2016

I see, any concrete use case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants