Skip to content

Instantly share code, notes, and snippets.

@matthewphiong
Created August 7, 2011 08:31
Show Gist options
  • Save matthewphiong/1130196 to your computer and use it in GitHub Desktop.
Save matthewphiong/1130196 to your computer and use it in GitHub Desktop.
Use it anywhere in your template
<ul>
{% for category in categories %}
<li>{{ category.name }}</li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment