package htmx // Use pulls in the HTMX core library and any extensions. // // Right now the extensions you can choose from are: // // * event-header // * path-params // * remove-me // * websocket // // This is mostly based on the extensions that I personally use. templ Use(exts ...string) { for _, ext := range exts { } }