isloaded=true}/>
{#if icon_override || recipe.season.includes(current_month)}
{e.stopPropagation(); window.location.href = `/rezepte/icon/${recipe.icon}`}}>{recipe.icon}
{/if}
{e.stopPropagation(); window.location.href = `/rezepte/category/${recipe.category}`}}>{recipe.category}
{@html recipe.name}
{@html recipe.description}
{#each recipe.tags as tag}
{e.stopPropagation(); window.location.href = `/rezepte/tag/${tag}`}}>{tag}
{/each}