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