from django.views.generic.base import TemplateView class MapView(TemplateView): template_name = "maps/map.html"