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