Files
Quatsh-Website/src/gallery/views.py
Wouter Vermeer 99c0b4ae6d
Some checks failed
Gitea Test. / tests (push) Failing after 3s
cleanup and slight nav-bar additions.
2026-04-30 19:33:22 +02:00

6 lines
107 B
Python

from django.shortcuts import render
def index(request):
return render(request, "gallery/index.html")