Skip to content

Instantly share code, notes, and snippets.

@tsmango
Created November 1, 2012 21:47
Show Gist options
  • Save tsmango/3996839 to your computer and use it in GitHub Desktop.
Save tsmango/3996839 to your computer and use it in GitHub Desktop.
{% for category in product.categories %}
{% unless category.slug == 'all' %}
{% for p in category.products %}
<p>{{ p.name }}</p>
{% endfor %}
{% endunless %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment