Let’s say that I very commonly run into the issue of wanting to show a picture, with a label with a different font and a description with yet another font. I repeat this very same pattern all over my website. Is there a way I could define something with a syntax of my own such that I could always refer it the same way?
Something such as myPic(“pic-url”, “label”, “description”)?
Thanks