Рецепты
{#await recipes_p}
{:then}
{#if last_recipe != undefined}
{last_recipe.title}
{last_recipe.desc}
{/if}
{#each recipes_list as recipe}
{recipe.ctime} / {recipe.cal}
{recipe.title}
{/each}
{:catch}
{/await}