package components import ( "fmt" ) templ Homepage(sites []string) { if len(sites) != 0 {
Configure an existing Hugo site below 👇
}
Create a new Hugo site below 👇

Creating new site...

} templ SiteConfig(site string) {

Welcome to WIP config for { site }

}