from django.views.generic import TemplateView class HomeView(TemplateView): """Page d'accueil de la Chariotte""" template_name = "home/home.html"