export default function Image(props: { src: string; title?: string; }) { return
{props.title}/ { props.title &&

{props.title}

}
}