yusuf
Results
2
comments of
yusuf
me too : )
check the **[get_context_data](get_context_data)** method. ` def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) context["title"] = "Auto Insurance" context["message"] = "generic message" context["year"] = datetime.now().year return context `