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!
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.unescapethe final result for it to render properly. Is it possible to have an extra sigil (instead of=) that allows for unescaped variable interpolation? Thanks!