+
{labels.title}
+
{labels.subheading}
+
+ {heroRecipe.icon}
+ {@html heroRecipe.name}
+
+
-{#if seasonRecipes.length > 0}
-
- {#snippet children()}
-
- {#each seasonRecipes as recipe}
-
- {/each}
-
- {/snippet}
-
-{/if}
+
+
+
-{#each categories as category, index}
- {@const categoryRecipes = filteredRecipesByCategory.get(category) || []}
- {#if categoryRecipes.length > 0}
-
- {#snippet children()}
-
- {#each categoryRecipes as recipe}
-
- {/each}
-
- {/snippet}
-
+ {#if data.season.length > 0}
+
+ {/if}
+
+ {#each categories as cat (cat)}
+ {@const count = categoryCounts.get(cat) || 0}
+ {#if count > 0}
+
+ {/if}
+ {/each}
+
+
+
+
+
+
+
+
+
+ {#each visibleRecipes as recipe, i (recipe._id)}
+
+ {/each}
+
+
+ {#if hasMore}
+
+ {/if}
+
+ {#if !isEnglish}
+
+ {/if}
+