#test - html = "<a href='http://www.a.com'>Test</a>" = html
The output is
<div id='test'> <a href='http://www.a.com'>Test</a> </div>
But I want a output:
<div id='test'> <a href='http://www.a.com'>Test</a> </div>
Anyone has solutions? Thanks.
= raw html
or:
= html.html_safe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With