Any idea why it is only outputting # and not the collection?
Because 'c' is an object (so that's what the hash is representing). You'd need to loop through the items in that object to get the data, or just dump it out as json.
{{ c | json }}
Any idea why it is only outputting # and not the collection?
Because 'c' is an object (so that's what the hash is representing). You'd need to loop through the items in that object to get the data, or just dump it out as json.
{{ c | json }}