package main // coffeeImageComponent renders an image with the torn-edge frame and an // optional caption styled like a handwritten note. templ coffeeImageComponent(src, alt, caption string) {
if src != "" { { } else {
Add an image to render the torn-edge frame.
}
if caption != "" {
{ caption }
}
}