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