Last active
May 30, 2016 15:47
-
-
Save rjfranco/f7ec880e24bfdeaea690fa265113d5ea to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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