Is it possible to change the HTML rendered by Django by changing the variables (context) with Javascript?
For example, say I render, {{ item }}
, can I hide everything rendered by {{ item }}
by hiding the Django variable itself? Or do I have to select the rendered HTML at that point. How do Django's context preprocessors work with Javascript?