Thanks, is it possible to pass a list item itself (cartItem) to helper?
I tried:
- <ul>
- {{#cartItems}}
- <li>{{itemName . }}</li>
- {{/cartItems}}
- </ul>
But there is an error:
Uncaught SyntaxError: Unexpected token .