package main // editorialImageComponent renders an image with an editorial figcaption. templ editorialImageComponent(src, alt, caption string) {
{ if caption != "" {
{ caption }
}
}