Skip to content

Instantly share code, notes, and snippets.

@timbroder
Created October 21, 2011 21:09
Show Gist options
  • Save timbroder/1304987 to your computer and use it in GitHub Desktop.
Save timbroder/1304987 to your computer and use it in GitHub Desktop.
return render_to_response('posts/index.html', {
'entries': feed.entry,
'title': title,
'tag_link': tag_link,
'prev': prev,
'next': next,
'link': link,
'tab_home': True,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment