d5374bf
1
2
3
4
5
from django.shortcuts import render def index(request, id=None): return render(request, 'index.html')