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

Allow unescaped interpolation #41

Open
nickbclifford opened this issue May 3, 2018 · 2 comments
Open

Allow unescaped interpolation #41

nickbclifford opened this issue May 3, 2018 · 2 comments

Comments

@nickbclifford
Copy link

I've been using Slang for a while in my Kemal project, but I noticed a while ago that whenever I tried to include some other page in my layout, I would have to HTML.unescape the final result for it to render properly. Is it possible to have an extra sigil (instead of =) that allows for unescaped variable interpolation? Thanks!

@hmans
Copy link

hmans commented May 3, 2018

Unless I'm severely misunderstanding your question, the thing you're looking for is ==.

@nickbclifford
Copy link
Author

Oh, okay. Where is this documented?

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