slang
slang copied to clipboard
Allow unescaped interpolation
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!
Unless I'm severely misunderstanding your question, the thing you're looking for is ==
.
Oh, okay. Where is this documented?