Skip to content

Instantly share code, notes, and snippets.

@rjfranco
Last active May 30, 2016 15:47
Show Gist options
  • Save rjfranco/f7ec880e24bfdeaea690fa265113d5ea to your computer and use it in GitHub Desktop.
Save rjfranco/f7ec880e24bfdeaea690fa265113d5ea to your computer and use it in GitHub Desktop.
{% for object in mycollection %}
{% for thingy in object.collection %}
Should be able to get {{object.name}} and {{thingy.name}}, right?
{% endfor %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment