Skip to content

Instantly share code, notes, and snippets.

@kylefox
Created May 6, 2010 06:09
Show Gist options
  • Save kylefox/391834 to your computer and use it in GitHub Desktop.
Save kylefox/391834 to your computer and use it in GitHub Desktop.
<h1>Authors</h1>
<ul>
{% for author in author_list %}
<li>{{ author }}: {{ author.book_set.count }} books</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment