package bootstrap const ( ButtonTypeSubmit = "submit" ButtonTypeDefault = "button" ) templ BootstrapButton(message, variant, buttonType string) { }