{labels.title}
{labels.subheading}
{#each data.season as recipe}
{/each}
{#each categories as category}
{#each data.all_brief.filter(recipe => recipe.category == category) as recipe}
{/each}
{/each} {#if !isEnglish}
{/if}