from django.shortcuts import render EXTRA_HEADERS = '\n' def index(request): return render(request, "links/index.html", { 'title': 'c0defox.es', 'author': 'c0de', 'favicon': 'https://secure.gravatar.com/avatar/1e346a54257cf0a9932fcfc1e61c015d', 'extra_headers': EXTRA_HEADERS })