<div> <div id="recipe-ingredients-title"> <h2 class="h3">Ingredients</h2> </div> <div id="recipe-ingredients-card"> <p class="ingredient-section"><strong>For the soup</strong></p> <ul id="ingredients-list"> <li> <span class="qty">50g </span><span class="ingredient">butter </span> </li> <li> <span class="qty">3 </span><span class="ingredient">spring onions, trimmed and roughly chopped </span> </li> <li> <span class="qty">350g </span><span class="ingredient">peas </span> </li> <li> <span class="qty">700ml </span><span class="ingredient">vegetable or chicken stock </span> </li> <li> <span class="qty">A portion </span><span class="ingredient">salt and freshly ground black pepper, to taste </span> </li> <li> <span class="qty">6-8 </span><span class="ingredient">mint leaves </span> </li> </ul> <p class="ingredient-section"><strong>For the pesto</strong></p> <ul> <li> <span class="qty">50g </span><span class="ingredient">peas, lightly steamed or microwaved </span> </li> <li> <span class="qty">4 tbsp </span><span class="ingredient">creme fraiche </span> </li> <li> <span class="qty">a few sprigs of </span><span class="ingredient">mint </span> </li> </ul> </div> </div> <div class="row mt-4"> <div id="recipe-method-title"> <h2 class="h3">Method</h2> </div> <div id="recipe-method"> <ol> <li id="step1">Place a large, heavy-based pan on a medium heat, cook the butter and spring onions for 2-3 minutes until the butter melts and the onions soften.</li> <li id="step2">Add the peas and stock and bring to the boil then simmer for 20 minutes.</li> <li id="step3">Allow to cool slightly. Taste, season and add the mint.</li> <li id="step4">Blend thoroughly and serve, garnished with the creme , peas and mint leaves.</li> </ol> </div> </div>