Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unescape specific bits of output #101

Closed
lordtottuu opened this issue Mar 21, 2021 · 4 comments · Fixed by #105
Closed

Unescape specific bits of output #101

lordtottuu opened this issue Mar 21, 2021 · 4 comments · Fixed by #105
Labels
🤔 Question Further information is requested

Comments

@lordtottuu
Copy link

How do I output specific sections or variable without them being HTML encoded for safety? I understand the implications of doing this and how I'm exposing myself to XSS etc but I have this one specific bit of code that absolutely needs to be outputted untouched. I checked the article linked to in the read me and tried using template.HTML but it doesn't seem to be working.

I appreciate any pointers. Thank you.

@ReneWerner87
Copy link
Member

@ReneWerner87 ReneWerner87 added the 🤔 Question Further information is requested label Mar 22, 2021
@ReneWerner87
Copy link
Member

hopefully this will help you, if you have no more questions, please close the issue

@ReneWerner87 ReneWerner87 linked a pull request Mar 22, 2021 that will close this issue
@ReneWerner87
Copy link
Member

ReneWerner87 commented Mar 22, 2021

@lordtottuu
Copy link
Author

Many thanks, this is exactly what I was looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤔 Question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants