slang icon indicating copy to clipboard operation
slang copied to clipboard

Allow unescaped interpolation

Open nickbclifford opened this issue 6 years ago • 2 comments

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!

nickbclifford avatar May 03 '18 19:05 nickbclifford

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

hmans avatar May 03 '18 19:05 hmans

Oh, okay. Where is this documented?

nickbclifford avatar May 03 '18 20:05 nickbclifford