You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: