Skip to content

Unscape HTML variables #3

@imayatech

Description

@imayatech

Is a way to pass HTML content in a variable and disable the escaping process?

P.e.:

<html><body>
{%$myvar = "<b>Hello</b> world"%}
{%$myvar}
</body></html>

Expected output:

<html><body>
<b>Hello</b> world
</body></html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions