$ 0 0 I have a can.List items, and I would like to create component for each item and pass each item as components scope attribute.I tried:{{#items}} <my-component item="this">{{/items}}But it seems that this does not work, how can I accomplish it?