skill is the whole object you can use dot notation to get to the
variables within it like this:
{% for skill in {{skills}} %}
<li>{{ skill.animal }}: {{ skill.description }}</li>
{% endfor %}
shopify has a very helpful page on liquid templating
http://wiki.shopify.com/UsingLiquid
On Dec 16 2011, 11:22 am, João Figueiredo