muistox/contact/views.py
2025-02-02 20:27:04 +02:00

6 lines
150 B
Python

from django.shortcuts import render
from django.views.generic import TemplateView
class Main(TemplateView):
template_name = "contact/main.html"