package main // earthenImageComponent renders an image inside a paper-grain frame, with an optional handwritten caption. templ earthenImageComponent(src, alt, caption string) {
if src != "" {
{
} else {
Choose an image to display here
} if caption != "" {
{ caption }
}
}