mandyvarel commited on
Commit
8c76384
·
1 Parent(s): bb74c90

Update static/output.html

Browse files
Files changed (1) hide show
  1. static/output.html +41 -49
static/output.html CHANGED
@@ -1,55 +1,47 @@
1
  <!DOCTYPE html>
2
- <html>
3
  <head>
4
- <title>Moroccan-style Tomato Salad Recipe</title>
5
- <meta charset="UTF-8">
6
- <!-- Define microdata vocabulary -->
7
- <meta itemprop="name" content="Moroccan-style Tomato Salad Recipe">
8
- <meta itemprop="description" content="A salad that's the perfect accompaniment to summer grills.">
9
- <meta itemprop="recipeYield" content="4 servings">
10
- <meta itemprop="cookTime" content="20 minutes">
11
- <meta itemprop="prepTime" content="15 minutes">
12
- <meta itemprop="totalTime" content="35 minutes">
13
- <meta itemprop="recipeCategory" content="Salads">
14
- <meta itemprop="recipeCuisine" content="Moroccan">
15
  </head>
16
  <body>
17
- <h1>MOROCCAN-STYLE TOMATO SALAD</h1>
18
- <h2>Ingredients</h2>
19
- <ul>
20
- <li><span itemprop="ingredients">200g tinned chickpeas</span></li>
21
- <li><span itemprop="ingredients">½ tsp ground cumin</span></li>
22
- <li><span itemprop="ingredients">½ tsp cayenne</span></li>
23
- <li><span itemprop="ingredients" tsp ground coriander</span></li>
24
- <li><span itemprop="ingredients">Olive oil</span></li>
25
- <li><span itemprop="ingredients">1 kg mixed ripe tomatoes</span></li>
26
- <li><span itemprop="ingredients">½ cucumber</span></li>
27
- <li><span itemprop="ingredients">4 spring onions</span></li>
28
- <li><span itemprop="ingredients">1 green chilli</span></li>
29
- <li><span itemprop="ingredients">1 small lemon</span></li>
30
- <li><span itemprop="ingredients">½ small bunch of dill</span></li>
31
- <li><span itemprop="ingredients">½ small bunch of coriander</span></li>
32
- <li><h3>Dressing</h3></li>
33
- <li><span itemprop="ingredients">4 tbsp extra-virgin olive oil</span></li>
34
- <li><span itemprop="ingredients">1 tbsp lemon juice (plus juice reserved from zested lemon)</span></li>
35
- <li><span itemprop="ingredients">2-3 tsp harissa</span></li>
36
- <li><span itemprop="ingredients">2-3 tsp balsamic vinegar</span></li>
37
- <li><span itemprop="ingredients">½ tsp sumac</span></li>
38
- </ul>
39
- <h2>Instructions</h2>
40
- <p>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.
41
- Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.</p>
42
- <p>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. 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.</p>
43
- <p>To make dressing, combine extra-virgin olive oil, with one tablespoon of lemon juice (from the zested lemon), harissa and vinegar and season well. Taste, adding more harissa or juice as needed. Scatter the herbs and toasted chickpeas over the salad, spoon over the dressing, sprinkle with the sumac and leave the salad to sit for 10 minutes, allowing the flavours to mingle, before serving.</p>
44
- <h2>Nutritional Information</h2>
45
- <ul>
46
- <li><span itemprop="calories">181 cals</span></li>
47
- <li><span itemprop="fatContent">14.3g fat (2g sat fats)</span></li>
48
- <li><span itemprop="proteinContent">2.5g protein</span></li>
49
- <li><span itemprop="carbohydrateContent">10.9g carbs</span></li>
50
- <li><span itemprop="sugarContent">10.6g sugars</span></li>
51
- <li><span itemprop="sodiumContent">0.26g salt</span></li>
52
- <li><span itemprop="fiberContent">3.4g fibre</span></li>
53
- </ul>
 
54
  </body>
55
  </html>
 
1
  <!DOCTYPE html>
2
+ <html lang="en">
3
  <head>
4
+ <meta charset="UTF-8">
5
+ <title>Moroccan-Style Tomato Salad</title>
 
 
 
 
 
 
 
 
 
6
  </head>
7
  <body>
8
+ <h1 itemprop="name">Moroccan-Style Tomato Salad</h1>
9
+ <p itemprop="description">A salad that's the perfect accompaniment to summer grills.</p>
10
+ <div itemscope itemtype="http://schema.org/Recipe">
11
+ <span itemprop="recipeYield">Serves 4</span>
12
+ <ul>
13
+ <li>
14
+ <span itemprop="recipeIngredient">200g tinned chickpeas</span>
15
+ </li>
16
+ <li>
17
+ <span itemprop="recipeIngredient">½ tsp ground cumin</span>
18
+ </li>
19
+ <li>
20
+ <span itemprop="recipeIngredient" tsp cayenne</span>
21
+ </li>
22
+ <li>
23
+ <span itemprop="recipeIngredient">½ tsp ground coriander</span>
24
+ </li>
25
+ <li>
26
+ <span itemprop="recipeIngredient">Olive oil</span>
27
+ </li>
28
+ <li>
29
+ <span itemprop="recipeIngredient">1 kg mixed ripe tomatoes</span>
30
+ </li>
31
+ <li>
32
+ <span itemprop="recipeIngredient">½ cucumber</span>
33
+ </li>
34
+ </ul>
35
+ <ol>
36
+ <li>
37
+ <span itemprop="step">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.
38
+ Mix to coat the chickpeas in the spices, then roast in the oven for about 20 minutes, until golden and crisp.</span>
39
+ </li>
40
+ <li>
41
+ <span itemprop="step">Meanwhile, prepare the tomatoes, slicing the larger ones and cutting any cherry tomatoes into halves or quarters.
42
+ Arrange on a large platter. Peel and thinly slice the cucumber, then tuck among the tomatoes. 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.</span>
43
+ </li>
44
+ </ol>
45
+ </div>
46
  </body>
47
  </html>