Convert cups, grams, tablespoons, and oven temperatures for any baking ingredient.
Ingredient
Amount
From Unit
Oven Temperature Conversion
${' '.join(f'
{h}
' for h in ['Description','°C','°F','Gas Mark'])}
${' '.join(f'
{"".join(f"
{c}
" for c in row)}
' for row in [('Cool','140','275','1'),('Slow','150','300','2'),('Moderately slow','160','325','3'),('Moderate','180','350','4'),('Moderately hot','190','375','5'),('Hot','200','400','6'),('Very hot','220','425','7'),('Extremely hot','240','475','9')])}