I know how to pass data with a jinja template from python into javascript, but I want to pass a javascript variable into python. I\'d like to do it without reloading the pag
Create a JSON string from your view code say, jsonData and in your Jinja Template, write something like
jsonData