This commit is contained in:
Tobias Brunner 2025-01-31 09:59:37 +01:00
parent 7026e61989
commit 5426b0678e
No known key found for this signature in database
6 changed files with 27 additions and 2 deletions

View file

@ -0,0 +1,5 @@
from django.shortcuts import render
def homepage(request):
return render(request, "services/homepage.html")