Shopping List

Your grocery list is empty
Add recipes you plan on cooking to it.
{{#if this.combined.length>0}}
{{/if}}

You haven't added any recipes to the grocery list yet.
    {{#each this.recipes}} {{#if this.code}}
  • {{this.name}}
      {{#each this.ingredients}}
    • {{this.ingredient}}
    • {{/each}}
  • {{/if}} {{/each}}