from django.shortcuts import render def index(request): context = {} return render(request, 'tasks/index.html', context)