package shared import "os" templ Layout(title string) { Go htmx examples - { title } if os.Getenv("DEBUG") == "true" { } @Nav()
{ children... }
} templ Nav() { }