package templates templ Layout(title string, preloadImage string, content templ.Component) { { title } if preloadImage != "" { }
@content
}