ljg.sh/ljg/core/views.py

6 lines
103 B
Python

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