Files
django-htmx-presenatation/project/main/views/home.py
Eden Kirin 4e05dc15a5 Home
2024-04-06 10:08:29 +02:00

6 lines
115 B
Python

from django.views.generic import TemplateView
class HomeView(TemplateView):
template_name = "main/home.html"