SyntaxFix
Write A Post
Hire A Developer
Questions
You can also declare it HTML safe from the code:
from flask import Markup value = Markup('<strong>The HTML String</strong>')
Then pass that value to the templates and they don't have to |safe it.
|safe