Django - Security Best Practices
Given the template code:
and the user input is
{{ user_input }}and the user input is
<script>alert('XSS')</script>, what will be rendered in the browser?