I’m trying to do something quite simple, well, I think it’s simple, but struggling!
I am making a rating system where I am using a font awesome icon. All I want to do is pass a given number, say 3, to then render out that icon out 3 times.
My usual attack would be to do new Array(3) then iterate over it. But I can’t seem to find a way to do this in Liquid.