def helpers(request, template_name='about/helpers.html'):
    context = {}
    context['highlight'] = 'helpers'
    return context
