You Want

{foodData.name}

{foodData.description}

{#if !showRecipe}
{:else }

Nutrition Facts

Ingredients

Instructions

    { #each foodData.instructions as instruction }
  • {instruction}
  • { /each }
{/if}

Rate Your Suggested Food!

{#each [1, 2, 3, 4, 5] as rating} {#if preRating >= rating} {:else} {/if} {/each}