imayatech
Results
1
issues of
imayatech
Is a way to pass HTML content in a variable and disable the escaping process? P.e.: ``` {%$myvar = "Hello world"%} {%$myvar} ``` Expected output: ``` Hello world ```