Jinja2 Escape
p;`, `"` and `'` into their HTML entity equivalents (`&lt;`, `&gt;`, `&amp;`, `&quot;`, `&#x27;`). This prevents the browser from interpreting them as HTML or JavaScript code. Let's look at an example: ```python username = "<h1>Mal