from django.shortcuts import render, redirect #INDEX def index(request): return render(request, 'main/index.html')