Django - Security Best Practices
You want to safely render user comments in Django templates that may include limited HTML tags like
<b> and <i> but prevent any embedded scripts. What is the best approach?