img = html`${
cl.imageTag('front_face.png', {transformation: [
{width: 150, height: 150, gravity: "face", radius: 20, effect: "sepia", crop: "thumb"},
{overlay: "cloudinary_icon", gravity: "south_east", x: 5, y: 5, width: 50, opacity: 60, effect: "brightness:200"},
{angle: 10}
]}).toHtml()
}`