In a sauce pan, bring rice milk, sugar, cinnamon sticks and almond extract to simmer over medium.
Cook, until sugar dissolves stirring to make sure it does not burn for about 5 minutes.
Serve hot or let it cool and serve it over ice with cinnamon powder sprinkled.
Sign up to get the latest on sales, new releases and more …
var reviewButton = null;
for (var i = 0; i
let tries = 0;
const t = setInterval(() => {
tries++;
for (const sel of selectors) {
const el = document.querySelector(sel);
if (el) {
el.click();
clearInterval(t);
return;
}
}
if (tries >= 30) clearInterval(t);
}, 250);
});