Spaces:
Runtime error
Runtime error
Commit
·
e82faa2
1
Parent(s):
82fc17f
Update static/output.html
Browse files- static/output.html +62 -38
static/output.html
CHANGED
@@ -1,38 +1,62 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<title>Moroccan-Style Tomato Salad</title>
|
5 |
+
<script type="application/ld+json">
|
6 |
+
{
|
7 |
+
"@context": "http://schema.org",
|
8 |
+
"@type": "Recipe",
|
9 |
+
"name": "Moroccan-Style Tomato Salad",
|
10 |
+
"description": "A salad that's the perfect accompaniment to summer grills.",
|
11 |
+
"image": "",
|
12 |
+
"author": "",
|
13 |
+
"datePublished": "2023-03-17",
|
14 |
+
"prepTime": "PT20M",
|
15 |
+
"cookTime": "PT20M",
|
16 |
+
"totalTime": "PT40M",
|
17 |
+
"recipeYield": "4 servings",
|
18 |
+
"recipeCategory": "Salad",
|
19 |
+
"recipeCuisine": "Moroccan",
|
20 |
+
"nutrition": {
|
21 |
+
"@type": "NutritionInformation",
|
22 |
+
"calories": "",
|
23 |
+
"fatContent": "",
|
24 |
+
"carbohydrateContent": "",
|
25 |
+
"proteinContent": ""
|
26 |
+
},
|
27 |
+
"recipeIngredient": [
|
28 |
+
"200g tinned chickpeas",
|
29 |
+
"½ tsp ground cumin",
|
30 |
+
"½ tsp cayenne",
|
31 |
+
"½ tsp ground coriander",
|
32 |
+
"Olive oil",
|
33 |
+
"1 kg mixed ripe tomatoes",
|
34 |
+
"½ cucumber",
|
35 |
+
"4 spring onions",
|
36 |
+
"1 red chilli",
|
37 |
+
"½ lemon, zest and juice",
|
38 |
+
"Salt"
|
39 |
+
],
|
40 |
+
"recipeInstructions": [
|
41 |
+
{
|
42 |
+
"@type": "HowToStep",
|
43 |
+
"text": "Preheat the oven to 190°C. Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander and 1 tablespoon of olive oil, and season. Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp."
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"@type": "HowToStep",
|
47 |
+
"text": "Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters. Arrange on a large platter. Peel and thinly slice the cucumber, then tuck among the tomatoes."
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"@type": "HowToStep",
|
51 |
+
"text": "Trim and thinly slice the spring onions and chilli. Peel and finely slice half the lemon zest, then scrunch with a pinch of salt and a squeeze of lemon juice, then scatter over salad with spring onion and chilli. Roughly chop herbs and set aside."
|
52 |
+
}
|
53 |
+
],
|
54 |
+
"recipeNotes": ""
|
55 |
+
}
|
56 |
+
</script>
|
57 |
+
</head>
|
58 |
+
<body>
|
59 |
+
<!-- Recipe content goes here -->
|
60 |
+
This is the new test
|
61 |
+
</body>
|
62 |
+
</html>
|