Flask - Security Best Practices
What will be the output of this Flask template code?
if
{% autoescape false %}{{ user_input }}{% endautoescape %}if
user_input = '<b>Bold</b>'?