Flask - Security Best Practices
You want to display a user-submitted comment that may contain some safe HTML tags like
<b> and <i>, but prevent any scripts or dangerous tags from running. Which Flask approach best achieves this?