Spaces:
Runtime error
Runtime error
Commit
·
bc152d3
1
Parent(s):
5d9e9cb
Update static/output.html
Browse files- static/output.html +35 -8
static/output.html
CHANGED
@@ -1,19 +1,46 @@
|
|
|
|
|
|
1 |
<div itemscope itemtype="https://schema.org/Recipe">
|
2 |
-
<span itemprop="name">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
-
<
|
|
|
|
|
5 |
|
6 |
-
<span itemprop="
|
7 |
-
|
|
|
|
|
8 |
|
9 |
-
<span itemprop="
|
10 |
-
|
|
|
|
|
11 |
|
12 |
<span itemprop="recipeInstructions">
|
13 |
-
|
14 |
</span>
|
15 |
|
16 |
<span itemprop="recipeInstructions">
|
17 |
-
|
18 |
</span>
|
19 |
</div>
|
|
|
1 |
+
|
2 |
+
|
3 |
<div itemscope itemtype="https://schema.org/Recipe">
|
4 |
+
<span itemprop="name">Moroccan-Style Tomato Salad</span>
|
5 |
+
|
6 |
+
<img itemprop="image" src="https://www.example.com/images/tomatosalad.jpg" />
|
7 |
+
|
8 |
+
<span itemprop="description">A salad that's the perfect accompaniment to summer grills.</span>
|
9 |
+
|
10 |
+
<span itemprop="recipeYield">Serves 4</span>
|
11 |
+
|
12 |
+
<span itemprop="recipeIngredient">200g tinned chickpeas</span>
|
13 |
+
<span itemprop="recipeIngredient">1/2 tsp ground cumin</span>
|
14 |
+
<span itemprop="recipeIngredient">1/2 tsp cayenne</span>
|
15 |
+
<span itemprop="recipeIngredient">1/2 tsp ground coriander</span>
|
16 |
+
<span itemprop="recipeIngredient">Olive oil</span>
|
17 |
+
<span itemprop="recipeIngredient">1 kg mixed ripe tomatoes</span>
|
18 |
+
<span itemprop="recipeIngredient">1/2 cucumber</span>
|
19 |
+
<span itemprop="recipeIngredient">3 spring onions, trimmed and thinly sliced</span>
|
20 |
+
<span itemprop="recipeIngredient">1 small red chilli, thinly sliced</span>
|
21 |
+
<span itemprop="recipeIngredient">1/2 lemon, zested and juiced</span>
|
22 |
+
<span itemprop="recipeIngredient">Salt</span>
|
23 |
+
<span itemprop="recipeIngredient">Small handful of herbs, roughly chopped</span>
|
24 |
|
25 |
+
<span itemprop="recipeInstructions">
|
26 |
+
Preheat the oven to 190°C.
|
27 |
+
</span>
|
28 |
|
29 |
+
<span itemprop="recipeInstructions">
|
30 |
+
Tip the chickpeas into a small roasting tin, add the cumin, cayenne, coriander and 1 tablespoon of olive oil, and season.
|
31 |
+
Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.
|
32 |
+
</span>
|
33 |
|
34 |
+
<span itemprop="recipeInstructions">
|
35 |
+
Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters.
|
36 |
+
Arrange on a large platter. Peel and thinly slice the cucumber, then tuck among the tomatoes. Add the roasted chickpeas on top.
|
37 |
+
</span>
|
38 |
|
39 |
<span itemprop="recipeInstructions">
|
40 |
+
In a small bowl, mix the lemon zest with a pinch of salt and a squeeze of lemon juice. Scatter over the salad with the spring onion and chilli.
|
41 |
</span>
|
42 |
|
43 |
<span itemprop="recipeInstructions">
|
44 |
+
Sprinkle the herbs over the top and serve.
|
45 |
</span>
|
46 |
</div>
|