package components import "fmt" templ ServerAddress(host, port string) {
{ host }:{ port }
}