def listing(request): sections = get_list_or_404(Section) return render(request, 'sections/listing.html', dict( sections = sections, ))