def get_context_data(self, **kwargs):
context = super(VoiceMixin, self).get_context_data(**kwargs)
context.update({
'site': get_current_site(self.request),
'brand_view': BRAND_VIEW
})
return context