package main // imagePairComponent renders a 50/50 photograph diptych with a shared caption. templ imagePairComponent(data ImagePairData) {
if data.Left != "" {
{
} else {
} if data.Right != "" {
{
} else {
}
if data.Caption != "" {

{ data.Caption }

}
}