package components import "fmt" type InfoBoxConfig struct { ColourClass string InFlex bool FlexBasis string } templ InfoBox(title string, colour string) {