Reputation: 154
I have string like in main.py:
mystring="<ol><li>shiva</li><li>putra</li>"
and i want this value to display to in index.html using python webapp2. i have called {{mystring}}
Now it is displaying as it is i.e: <ol><li>shiva</li><li>putra</li>
But I want output Like:
How would i display this please help me.
Upvotes: 1
Views: 65