I am making a web application with flask, I know for a fact that you can create variables in the python file to use in the HTML file in jinja, but how can I change the value of a variable inside the HTML?
Can I do it like this?
{{ VAR_NAME == NEW_VAR_VALUE }}
help would be appreciated