1====== Recipes for Sweet sauces ====== 2 3 4<json id=caramel path=[] display=all> 5{ 6 "name": "Caramel sauce", 7 "type": "sweet sauce", 8 "Ingredients": { 9 "sugar": "200 g", 10 "water": "2 spoons", 11 "cream": "250 ml" 12 } 13} 14</json> 15 16 17<json id=ganache path=[] display=all> 18{ 19 "name": "Ganache", 20 "type": "sweet sauce", 21 "Ingredients": { 22 "chocolate": "250 g", 23 "cream": "250 ml" 24 } 25} 26</json> 27 28Here are recipes for %$0.name% and %$1.name%. Please view source for raw JSON data inside the page. 29