--- import * as memorium from "@helpers/memorium"; import { markdownToHtml } from "@helpers/markdown"; import Image from "@components/Image.astro"; import type { ImageMetadata } from "astro"; const { resource } = Astro.props const ingredients = resource?.content?.recipeIngredient || []; const instructions = resource?.content?.recipeInstructions || []; ---
{resource?.content?.description}