from django.views.generic import TemplateView class ScoutingHomeView(TemplateView): template_name = "scouting/index.html"