1 2 3 4 5 6 7
from django.shortcuts import render def index(request): context = {} return render(request, 'index.html', context)