Skip to content

Instantly share code, notes, and snippets.

@clooth
Created September 18, 2012 18:21
Show Gist options
  • Save clooth/3744816 to your computer and use it in GitHub Desktop.
Save clooth/3744816 to your computer and use it in GitHub Desktop.
<h3>Popular genres</h3>
<ul>
{% for genre in popularGenres %}
{% set genreObj = genre[0] %}
<li>{{ genreObj.name }} ({{ genre.movie_count }} movies)</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment