I'm using Django that uses Twig to render the templates.
What I want to do is put an item that Django uses in the React code as follows:
var usuario = {{usuario}};
But he will not let me. There is not any kind of tag {verbatim} that cancels the '{' and '}' tags of React (as Django has)?
Thank you very much