views.py 109 Bytes
from django.shortcuts import render

def download(request):
    return render(request, 'download.html', { })