How to set variables in base template in django?
- by runge
i have template base.html and some children templates. I don't know how to set variables for base.html
for example if i have {% for u in users %}{% endfor %} where do I assign it to users? is there some parent view for all views?