{{#each wishlist.items}}
  • {{> components/products/card id=product_id theme_settings=../theme_settings customer=../customer}} {{#if ../show_remove}}
    {{/if}}
  • {{/each}}