I'm trying to subclass the base generic View object provided by Django so that I can control the rendering of the view fully but still use the cleaner class-based view method instead of mapping to a function.I'm trying to subclass the base generic View ob