Closed notramo closed 2 years ago
Assume variable safehtml="<b>strong text</b>". I want to render it without escaping. The following template escapes it:
safehtml="<b>strong text</b>"
- safehtml
Sorry, I haven't read the docs carefully. I just found out that == is exactly for this use case.
==
Assume variable
safehtml="<b>strong text</b>"
. I want to render it without escaping. The following template escapes it: