I have the following structure
polls / context_processors.py:
def link_list(request,link): link = link data = Page.objects.filter(link=link) r