It depends.
If the strings are entered by the user you should stay away from using
html_safe because you open your application to html injection attacks.
If the strings come from a trusted source, it is OK to use html_safe.
On Dec 18, 5:50 pm, Linus Pettersson <
linus.petters...@gmail.com>
wrote: