Files
django-template/app/public/views.py
Andros Fenollosa 9248f94f28 Add layout template
2023-07-21 10:32:25 +02:00

6 lines
128 B
Python

from django.shortcuts import render
# Create your views here.
def home(request):
return render(request, "pages/home.html")