flask render_template return ascii code for string

The content of "test.html" is {{data}} When I render it using render_template('test.html',data=u'{"a":12,"b":34}') the result is {& #34;a& #34;:12,& #34;b& #34;:34} //I add