Render variable content as HTML, without escaping
notramo opened this issue · 1 comments
notramo commented
Assume variable safehtml="<b>strong text</b>"
.
I want to render it without escaping. The following template escapes it:
- safehtml
notramo commented
Sorry, wrong repo, this goes to jeromegn/slang#63