WebEngine Recipe Browser▲
Sélectionnez
&
lt;!
doctype html&
gt;
&
lt;html lang=
"en"
&
gt;
&
lt;head&
gt;
&
lt;meta charset=
"utf-8"
&
gt;
&
lt;title&
gt;Soup&
lt;/
title&
gt;
&
lt;link rel=
"stylesheet"
type=
"text/css"
href=
"assets/3rdparty/markdown.css"
&
gt;
&
lt;link rel=
"stylesheet"
type=
"text/css"
href=
"assets/custom.css"
&
gt;
&
lt;/
head&
gt;
&
lt;body&
gt;
&
lt;div id=
"placeholder"
&
gt;&
lt;/
div&
gt;
&
lt;div id=
"content"
&
gt;
&
lt;img src=
"images/soup.jpg"
alt=
"Soup"
title=
"Soup"
/&
gt;
Soup
=============
### Ingredients
*
2
potatoes
*
2
onions
*
2
cloves of garlic
*
olive oil
*
400
ml organic stock
*
3
bunches of watercress
### Instructions
*
Peel and
roughly chop the potatoes, onions and
garlic.
*
In a large saucepan, heat a little olive oil, then sauté the potato, onion and
garlic until the onions are translucent.
*
Add the stock and
simmer until the potato is soft. Chop and
add the watercress and
simmer for
a further 3
to 4
minutes.
*
Using a hand blender, liquidise the soup until smooth.
*
Serve with a swirl of crème fraîche and
some Fortt’s Bath Oliver biscuits, if
you like.
**
Enjoy!**
&
lt;/
div&
gt;&
lt;!--
End of content--&
gt;
&
lt;script src=
"assets/3rdparty/marked.js"
&
gt;&
lt;/
script&
gt;
&
lt;script src=
"assets/custom.js"
&
gt;&
lt;/
script&
gt;
&
lt;/
body&
gt;
&
lt;/
html&
gt;