How to change a Python variable through JavaScript function
function next() { {% set name = names[1] %} }
I tried this it doesn't work