Skip to content Skip to sidebar Skip to footer

How To Pass Arguments From Tornado To A Js File But Not Html?

In the server I render a template with an argument, like this: self.render('templates/test.html', names='['Jane', 'Tom']') And I successfully got it in the

Post a Comment for "How To Pass Arguments From Tornado To A Js File But Not Html?"