from django.shortcuts import render def index(request, id=None): return render(request, 'index.html')