{recipe.category}
•
{recipe.lastUpdated !== recipe.date && (
<>
•
>
)}
{recipe.title}
{recipe.description}
Prep:
{recipe.prepTime} min
Cook:
{recipe.cookTime} min
Total:
{recipe.totalTime} min
Servings:
{recipe.servings}
Difficulty:
{recipe.difficulty}
{recipe.tags.map((tag) => (
{tag}
))}