== Why is this an issue? Template engines have an HTML autoescape mechanism that protects web applications against most common cross-site-scripting (XSS) vulnerabilities. By default, it automatically replaces HTML special characters in any template variables. This secure by design configuration should not be globally disabled. Escaping HTML from template variables prevents switching into any execution context, like ``++