I have an image in a theme template (images/dan.jpg) where I’m using it in a img tag on a page template.
To access that, right now I’m using {{asset "/images/dan.jpg"}}.
But what if I also want to take advantage of img_url and get multiple sizes?
I can’t see a way to do {{img_url {{asset "/images/dan.jpg"}} size="s"}} or something like that…
Is that simply not possible at the moment, or is there something fundamentally wrong with this approach, and I should do it some other way entirely?