def get_context_data()

in hello/views.py [0:0]


    def get_context_data(self, **kwargs):
        context = super(HomeListView, self).get_context_data(**kwargs)
        return context