Q. What does the context dictionary in a Django view do?
β
Correct Answer: (C)
Passes data to templates
Explanation: The context dictionary is used to pass data from views to templates.