2👍
✅
Define get_context_data
in your mixin. It should call the superclass method, add its elements to the dictionary returned from there, and then return the dict.
Source:stackexchange.com